Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox not Binding for Edit
Message
De
16/11/2000 10:03:33
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00442275
Message ID:
00442630
Vues:
12
>I can't get the data I enter in the combo box to go back into the table.

Whats happening is, you are refreshing the control to reflect is ControlSOurce BEFORE you actually commit the change to its ControlSource. So it keeps being reverted to blank. WHat Cetin suggested should help, you just have to set the Value BEFORE refreshing the control:

this.Value = this.Value
thisform.Refresh()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform