Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Populating listbox
Message
From
12/03/1998 15:41:25
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00084273
Message ID:
00084275
Views:
21
>In trying to quickly populate a listbox, Will:
>for i= 1 to 250
>thisform.mylistbox1.value=.price
>skip
>next
>work? The listbox is set to value?

select table1
for i= 1 to 250
thisform.mylistbox1.additem(str(table1.price,6,2))
skip
endfor
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform