Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Let the 1st item in a combobox have the focus
Message
 
To
07/03/2007 14:18:20
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01201705
Message ID:
01201723
Views:
21
>>>>After populating a combobox, How do I have the 1st item in the combobox get the focus(being highlighted). I've tried
>>>>thisform.mycombobox1.Selected(1)=.t.
>>>>thisform.mycombobox1.Setfocus
>>>>
>>>>to no avail.
>>>
>>>Combobox.listindex=1
>>
>>I wonder why it's still blank?
>>WITH thisform.mycombobox1
>> .AddItem( 'N' )
>> .AddItem( 'Y' )
>> .AddItem( 'NA' )
>> ENDWITH
>>thisform.mycombobox1.listindex=1
>
>Ok, then try Combobox.Value='N'

Thanks, I figured out my mistake and the listindex worked. I copied the control from another and the controlsource had been previously set to a var.
sorry!
"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