Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox
Message
From
02/12/2002 11:58:34
 
 
To
02/12/2002 11:52:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00728644
Message ID:
00728646
Views:
16
I have added a new combobox to a form and am having a hard time getting it setup. I have a list of values that I want to make available to the users, however the list is too long to put into the RowSource field. What other option do I have to display the list to the user?

You could put it in the Combobox.Init()
This.RowSource = "Option1,Option2,etc."

or you could use AddItem(cOptionText)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform