Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display text in combo box
Message
From
10/05/2000 17:10:40
 
 
To
09/05/2000 06:38:56
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00367268
Message ID:
00368327
Views:
22
I got it to work. I set the comboboxes rowsourcetype to 0. Then I put in the init event of the form:

thisform.combo1.additem(""

Then in the gotfocus of the combobox:

thisform.combo1.rowsourcetype = 3
thisform.combo1.rowsource = "select whllist.longname, whllist.filename from whllist into cursor clwheelsys order by longname"


This allowed me to display the text when the form first loads and then whenever you go to use the combobox it fills with the correct data.

Thanks for getting me on the right track Marcia,

Tyler
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform