Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo in grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01125570
Message ID:
01125581
Vues:
17
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform