Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Right Justify in a listbox
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00153254
Message ID:
00153275
Views:
24
Hi Marcus....

Create a form, add a listbox, and finally, add this code to the init() of the listbox:

for x = 1 to 100
this.additem(padl(x,10))
next x

This should get you started...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform