FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour An easy way to make a tree-browse
Posts: 1380
Joined: Fri Oct 14, 2005 01:28 PM
Re: An easy way to make a tree-browse
Posted: Thu Nov 21, 2019 12:33 AM
MarioG wrote:Hello Mr Rao
I'm using a Tree and it's good
I'm using the same oTree:MakeTree() that your sample
but when i send oTree:CollapseAll()
it collapse the app

Error occurred at: 20/11/2019, 19:37:33
Error description: Error BASE/1004 Message not found: TLINKLIST:COLLAPSEALL
Args:
[ 1] = O TLINKLIST

Stack Calls
===========
Called from: => __ERRRT_SBASE( 0 )
Called from: ../../../tobject.prg => TLINKLIST:ERROR( 0 )
Called from: ../../../tobject.prg => (b)HBOBJECT( 0 )
Called from: ../../../tobject.prg => TLINKLIST:MSGNOTFOUND( 0 )
Called from: ../../../tobject.prg => TLINKLIST:COLLAPSEALL( 0 )
Called from: D:\Fuen32\FeHot\Source\FeH_TGes.prg => (b)TGESTION_RESERVAS( 115 )

what is wrong?


Sorry Mr. Rao
I 'm seeing in the source; and not exist a Method CollapseAll()
Resistencia - "Ciudad de las Esculturas"

Chaco - Argentina
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: An easy way to make a tree-browse
Posted: Thu Nov 21, 2019 12:59 AM
but when i send oTree:CollapseAll()


There is no CollapseAll() method.

Use oTree:Collapse()
Regards



G. N. Rao.

Hyderabad, India
Posts: 1380
Joined: Fri Oct 14, 2005 01:28 PM
Re: An easy way to make a tree-browse
Posted: Thu Nov 21, 2019 01:55 AM

Many Thanks Mr. Rao

Resistencia - "Ciudad de las Esculturas"

Chaco - Argentina

Continue the discussion