Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box : Not showing values unless focus is set to it
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00145892
Message ID:
00146163
Views:
22
>>> Problem I am having is, when I load the form, none of these combo show values at startup though there is a some value in Value property. It displays these values only if you set focus to it.
>
>Hi Nancy,
>
> Thanks for the reply but Combo doesn't have ControlSource.
>
>Bye
>Jayesh

Since the control is not bound to a ControlSource, try:

THIS.LISTINDEX = 1

in the .init of the control or

THIS.cboComboName.LISTINDEX = 1

in the .init of the form.

HTH
Paul M.
MCSE/MCSA/MCT/MCP+I, A+, Network+, I-Net+
Nil carborundum illegitimi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform