FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour SOLVED! xBrowse Tree with table->field column
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
SOLVED! xBrowse Tree with table->field column
Posted: Fri Dec 23, 2011 01:11 AM

Dear All,

Any sample combining Tree and additional column as table->field.. or "Tree Browse with data from table"

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: xBrowse Tree with table->field column
Posted: Fri Dec 23, 2011 02:22 AM

SOLVED!

...
:SetTree( uBuildTreePayTran('DW'), { 'Docs16', 'StackedDocs16', 'User316' },;
{ |o| DW->( dbGoTo( o:Cargo ) ) } )

...
oTreeitem:Cargo := DW->( recNo() )
...

xBrowse Tree properly displays table->fields!

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15

Continue the discussion