Search found 49 matches: branch

Return to advanced search

Re: downgrade Windows 8 Pro to 7 or Vista

... is the best OS I have ever encountered. I realize people don't like new things, but then they want features and innovation. Sometimes you have to branch out in a new direction to get there. Unlike other deviations ( ME, Vista ), this transition was effortless and had absolutely no errors. People ...
by TimStone
Wed Sep 05, 2012 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: downgrade Windows 8 Pro to 7 or Vista
Replies: 30
Views: 6648

Re: Client Server options

... connection to \\..d2g.com:2000\cursos\adsdemo\cibconwn\stc\internet.add I connect with username demo and password demo. Once connected, the table branch on the connection repository tree will expand showing all available tables. I'm browsing table ABRPOL. It is a dbf/cdx table. It browses ok. ...
by reinaldocrespo
Wed May 23, 2012 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 25885

Re: FTP access suddenly doesn't work!?

Enrico Maria Giordano wrote:Here it is:

EMG

:)
I am proud I virtually know you for so many years by now... a FWH legend :)
Thank you again.

Maybe I have some job in Italy this year in Milano. I would be happy to buy you a dinner, lunch, branch - name it, it will be done :)
by codemaker
Mon Jan 09, 2012 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP access suddenly doesn't work!?
Replies: 29
Views: 9714

Un problemita con TTreeView

... tree, y estoy tratando de hacer un tree en el cual se puedan seleccionar itemes de un nivel y automaticamente se seleccionen los sub-itemes del branch. El problema es que no he encontrado otro evento para disparar la acción de tildado que el click y sucede que el click es un evento que no se ...
by jose_murugosa
Wed May 25, 2011 11:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un problemita con TTreeView
Replies: 14
Views: 3275

Re: ADS or similar products

Norberto,
to give a practical example

headquarters: windows server + 20 clients

every branch of the company: vpn to headquarters + from 1 to 10 clients

Fivewin/xHarbour software

Are you able to calculate to costs of necessary licenses?
Thanks again
marco
by MarcoBoschi
Fri Mar 04, 2011 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS or similar products
Replies: 21
Views: 4911

Re: Need some programing help.

... ->( FIELDGET( FIELDPOS( "Name" ) ) ) // Result : "James" Sample 3 USE Sales ? Sales->( FIELDNAME( 1 ) ) // Result : Branch Sample 4 USE Customer NEW ? FIELDGET( 1 ) // Result : "James" ( of selected record-position, Field No. 1 = Name ) Sample 5 USE Customer ...
by ukoenig
Fri Jan 07, 2011 8:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need some programing help.
Replies: 4
Views: 1044

Drag & Drop with TTreeView/TTVItem classes

Hi:

Has anyone done drag & drop with trees in which you can detect which
branch on the tree the mouse is released.

Using the std FWH drag&drop techiques I can drag an drop on the tree but I
can't figure out how to determine on which oItem the drop happens.

Thanks!
by Luis Krause
Tue Jun 22, 2010 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drag & Drop with TTreeView/TTVItem classes
Replies: 5
Views: 1060

New FTDN November/Noviembre 2008 (8.11)

... a DBF like a tree using xbrowse. Please review samples\XbrwTree.prg * Enhancement: Class TXBrowse Method KeyChar() uses return to open a tree branch if a tree is being used. Please review samples\XbrwTree.prg * New: @ ..., ... TREEVIEW ... CHECKBOXES (clause). Created a TreeView with embedded ...
by Antonio Linares
Wed Nov 26, 2008 6:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2008 (8.11)
Replies: 1
Views: 2560

... con esto me resuelve el problema este de la 'muerte súbita'. Otra pregunta: si me bajo del SVN los fuentes de Harbour para compilar, cual sería el branch correcto? No tenía del todo claro lo del CVS y ahora ya con SVN me quedé en offside :oops: Un saludo, Carlos.
by Carlos Mora
Fri Apr 25, 2008 8:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: [OT] Problemas con Harbour.
Replies: 22
Views: 3836

Hi Antonio Linares

It has an interest and it gives and.
Oh it sees a multi branch method and.
There is not any problem from the BCC.
As well there is a problem with the FUNCTION.
Also the removal tried the w32_ole.obj from the LIB.

Thank you.
by yunbg1
Fri Apr 11, 2008 12:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CVS Link Error. 8.03 Version. Help me please
Replies: 17
Views: 3570

[Treeview]: How to programmatically select...

How to programmatically select the very first item of the very first branch of a tree?
by hua
Thu Aug 16, 2007 1:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: [Treeview]: How to programmatically select...
Replies: 2
Views: 729

Re: Expand a branch on Tree object

Antonio: I think I now understand what's going on. If you don't pass down the additional params to the recursive call, that means that all TTvItem objects below the orignal one will *always* be expanded, even if the original call is collapsing the current one. The different wasn't obvious at first b...
by Luis Krause
Wed Nov 08, 2006 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Expand a branch on Tree object
Replies: 5
Views: 1563

Re: Expand a branch on Tree object

Antonio: I just spotted an odd thing. Inside ScanItems() itself we have another call to ScanItems() to make it recursive. What I just noticed is that this call doesn't pass down the value of lExpand. I realized I hadn't passed down lToggle either, but now that I realize you didn't pass lExpand in th...
by Luis Krause
Wed Nov 08, 2006 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Expand a branch on Tree object
Replies: 5
Views: 1563

Expand a branch on Tree object

Hi everyone

I was wondering if someone has already come with a solution to be able to expand only a branch on a tree (not the whole tree).

I guess it's just a matter of traversiing ::aItems for that branch, so I'm just hoping someone already made that method.

Regards,

Luis
by Luis Krause
Tue Nov 07, 2006 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Expand a branch on Tree object
Replies: 5
Views: 1563

Enter is used to open/close a tree branch. Its a standard Windows behavior for trees.
by Antonio Linares
Thu Sep 28, 2006 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menu Vertical
Replies: 4
Views: 1214
PreviousNext

Return to advanced search