Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo in grid
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01125570
Message ID:
01125581
Views:
19
>Hello,
>
>I want to make simple selection in the grid control using combobox (bound=.T., boundcolumn=2).
>But I need that combobox in a grid would show text, while it will save id (second field in the cursor).
>Everything works fine, except one anoying bug:
>While I'm selecting value from the list - I see values, after click combobox remains empty until I move to different row... Why combobox remains empty after I select value from the list? I tried to make recording data into grid's controling cursor - doesn't help :(
>help
>thanks in advance

This sounds similiar to problems other people are having with comboBoxes in VFP9.
What happens if you put into the InteractiveChange()
if this.displayValue # this.Value
   wait window 'comboBox out of sync' timeout 1
endif
Previous
Reply
Map
View

Click here to load this message in the networking platform