Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo box still not Combo'ing
Message
From
27/03/2019 13:08:01
 
 
To
27/03/2019 12:43:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01667365
Message ID:
01667594
Views:
57
>>Hi Dorris.
>>
>>Call the Requery method of the combobox to force it to refresh its list.
>>
>>Doug
>
>Already tried that, no change. But now here's the kicker. If I pull just the firstname, lastname and cboSelectPerson (the combobox) fields off the form to a separate form (running the same code), it works.
>
>On the Original form I've tried:
>Requery - no change
>setting the RowSource to '' before setting everything - no change.
>changing the name of the combobox - no change
>
>I've walked the code and watched the underlying cursor get populated, so I know there are data to go into the silly thing
>
>I've got a combobox acting like there's an empty cursor behind it. click on the down arrow and nothing happens

Did you check for any conflicts in identifier names? (i.e. make sure you don't have conflicts in names of alias, field names, variables, tag names, etc.)
For example, you might want to make sure that you don't have a table included into the project that has the same name as the cursor.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform