Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Justify Listbox Display Value
Message
From
09/10/1998 15:05:07
 
 
To
09/10/1998 14:55:36
Senna Dwipayana
Indo Rebel Apparel Cv
Bandung, Indonesia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00145519
Message ID:
00145521
Views:
29
>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 :)

Remove ALLTRIM() from SQL-SELECT.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform