Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview data
Message
From
09/05/2010 10:19:18
Issam Mansour
Jordan Business Machines
Amman, Jordan
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Treeview data
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01463861
Message ID:
01463861
Views:
98
Hi,

How to make the data on treeview to be appears left Justify, the data includes the following
Account number 10 N
Account name 40 c
Balance 12,3 n

Loading the data on treeview :-

O.ADD(ALLTRIM(m.PKEY),4,ALLTRIM(m.CKEY), ALLTRIM(STR(amaster.acctno)) + SPACE(10) + PADR(ALLTRIM(ACCTNAME),40,' ') + SPACE(20) + MCUSTBA,0)


Best Regards
Next
Reply
Map
View

Click here to load this message in the networking platform