Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox with rowsourcetype=5 Array
Message
From
22/04/2003 09:22:51
 
 
To
22/04/2003 08:52:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00780089
Message ID:
00780098
Views:
15
Is there a necessity to use an Array?. The simplest way is to set the rowsource back to default and add the list items. You can easily add a scan loop to this code to run through a table or array.

*--In Init Event
with this
.clear
.additem("First Item")
.additem("Second Item")
.listitem=1
endwith
Previous
Reply
Map
View

Click here to load this message in the networking platform