Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Should work ???
Message
De
26/10/1998 21:36:24
 
 
À
26/10/1998 18:00:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00150700
Message ID:
00150750
Vues:
14
>Assuming that there is, in fact a Column2 in my grid ...
>
>Why doesn't this code work?
>
>
<strong>
>    *------------------------------------------------------------
>    PROCEDURE Grid1.Column2.Text1.Click
>        Grid1.Click
>    ENDPROC
></strong>
>
>I get the message "Unknown member TEXT1"


You'll have to use:

PROCEDURE Grid1.Column2.Text1.Click
THISFORM.Grid1.Click
ENDPROC

or

PROCEDURE Grid1.Column2.Text1.Click
THIS.Parent.Parent.Click
ENDPROC
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform