Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo box nightmare!
Message
De
23/05/1999 12:37:59
 
 
À
23/05/1999 09:04:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00221879
Message ID:
00221905
Vues:
12
>Problem 1. After I select my values and exit the form, and then come back to >the form to do some more data entry, cmb boxes B & C are not displaying the >values I placed into the combo box anymore. If I go to my offices table, I can >see the table is storing the correct information that I selected, but it isn't >visible when I get back to the form.

Are you sure the record pointer is on the correct record when you come back to the form, and perhaps not trying to add a new record? Have you tried refreshing the cbo's?

>Problem 2. I get an error message that says "record out of range"

In the release event of your form or formset add this code

cmbvotercode.rowsourcetype = 0
cmbvotercode.clear()

cmboption.rowsourcetype = 0
cmboption.clear()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform