FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour tree y el gotop()
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM

tree y el gotop()

Posted: Thu Nov 25, 2021 09:37 PM
Hola.

quiero conocer el "hitem" del primer item de un tree. he intentado hacer
::gotop()
pero me dice
Error description: Error BASE/1004 Message not found: TTVITEM:GOTOP


no se como moverme dentro de un tree :-) como lo hago?
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: tree y el gotop()

Posted: Fri Nov 26, 2021 12:44 PM

En el árbol se hace así:

oTree:GoTop()

y en una rama del arbol:

oTree:Select( oItem:aItems[ 1 ] )

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion