Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Populating listbox
Message
 
To
12/03/1998 15:41:25
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00084273
Message ID:
00084276
Views:
25
>>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

problem now is property additem is readonly.
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform