Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple combobox quest
Message
From
11/12/1997 10:22:43
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00065229
Message ID:
00065254
Views:
44
>>>>Having not used comboboxes, what is the way to populate it with alpha values you wish to use?
>>>
>>>Thisform.Combo1.Additem("A")
>>>Thisform.Combo1.Additem("B")
>>>etc.
>>
>Actually, is there a way to have the combobox appear with a value intact that is the most widely used value? Right now it comes up blank and you have to click to reveal the ones below.

**** combo.inti event
This.AddItem("A")
This.AddItem("B")
This.AddItem("C")
This.Value="A"
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform