Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Should work ???
Message
De
26/10/1998 18:00:44
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Should work ???
Divers
Thread ID:
00150700
Message ID:
00150700
Vues:
50
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"

but this code ...
<strong>
    *------------------------------------------------------------
    PROCEDURE Grid1.Click
        REPLACE MARKED WITH ! MARKED
        THISFORM.REFRESH
    ENDPROC
    
    *------------------------------------------------------------
    PROCEDURE Grid1.AfterRowColChange
        LPARAMETERS nColIndex
        THISFORM.nCurrentRecNo = RECNO()
        THISFORM.REFRESH
    ENDPROC
</strong>
works fine...

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform