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:
00147042
Views:
38
>Jayesh,
>
>Ok, let's dig into this. What, exactly, is the rowsource set to? What data type is the first field? Do you set the rowsource in the designer or in code at runtime? What is the setting of the BoundTo property of the combo? What is the Style of the combo?

Hi Jim,

Now, I have decided to keep the ControlSource. Combo Box is on the PageFrame which is on the Container.

Here are the answers of your questions.

>What, exactly, is the rowsource set to?

:) RowSourceType = 6 (Fields)
:) RowSource = v_City.cDesc,cId
:) ControlSource = v_customer.cCityId (Character Field)

>What data type is the first field?

:) Both the fields are Character.

>Do you set the rowsource in the designer or in code at runtime?

:) Doing nothing at runtime. Combo does not have any script at all.

>What is the setting of the BoundTo property of the combo?

:) BoundColumn = 2.
:) BoundTo = Tried with .T. and .F., not working with any of these.

>What is the Style of the combo?

:)DropDownList

Bye
Jayesh
- Jayesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform