Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview data
Message
 
 
To
09/05/2010 10:19:18
Issam Mansour
Jordan Business Machines
Amman, Jordan
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01463861
Message ID:
01463883
Views:
52
You have to change Treeview font to none-proportional, like 'Courier New'. You can do that by right-clicking on Treeview and selecting Treeview properties at the bottom of the list.

>
>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
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform