Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Justify Listbox Display Value
Message
From
09/10/1998 14:55:36
Senna Dwipayana
Indo Rebel Apparel Cv
Bandung, Indonesia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Justify Listbox Display Value
Miscellaneous
Thread ID:
00145519
Message ID:
00145519
Views:
73
If I insert data on a listbox as below :

SELECT description,ALLT(TRANSFORM(prx,'9,999,999.99')) AS prx;
FROM order;
INTO ARRAY transfer
FOR i=1 TO _TALLY
FOR j=1 TO ALEN('transfer',2)
THIS.ADDLISTITEM(transfer(i,j),i,j)
ENDFOR
ENDFOR

Is there a way to make the prx value right justify when it's displayed on listbox ?


TIA :)
Senna Dwipayana
Being good is better
Being better is a bless
Next
Reply
Map
View

Click here to load this message in the networking platform