Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ok, I'm Baffled
Message
 
À
10/08/2000 02:11:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00403275
Message ID:
00403284
Vues:
13
>just after a tableupdate(not that I think that that has anything to do with it), I'm trying to reference a custom dropdown called GridCombo1, which is the currentcontrol in Column1 of Grid2 on my form. HOWEVER . . .
>
>THISFORM.Grid2.Column1.GridCombo1.Enabled = .F. gets an "Unknown Member 'Column1'" error.
>
>Is there a rule I don't know about?

Are you sure you did not changed the column name? Try to check by having below code in a command button click event:
If Type('Thisform.Grid2.Column1') = 'O'
   wait window "Column one is an object")
Endif
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform