Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unknown Member
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01327701
Message ID:
01327702
Vues:
14
>I could swear this was working when I originally implemented it last week. However, today I am getting the error: Unknown Member: GRDCONTACTS
>
>This error comes up in the following code.
>
>thisform.grdContacts.colContact_Code.Text1.Value = thisform.grdContacts.colContactCode.cmbContact_code.Value
>thisform.grdContacts.colContactDescription.Text1.Value = lkdenr.con_desc
>thisform.grdContacts.colContact_Code.Text1.Refresh
>thisform.grdContacts.colContactDescription.Text1.Refresh
>
>
>grdContacts is (as you probably guessed) a grid in this form. lkdenr is a lookup table. The col's are columns within the grid. cmb is a combo box within the column. Any idea why this error (if I'm not mistaken) is suddenly coming up.

Don't manipulate Grid's controls textboxes in code. Use Alias.FieldName instead.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform