Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid valid
Message
De
18/08/1998 19:18:26
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00127636
Message ID:
00127947
Vues:
19
>
>
>WITH This
>    IF .ActiveColumn = 4
>         IF .Column4.Text1.Value < .Column5.Text1.Value
>                  DO whatever...
>         ENDIF
>   ENDIF
>ENDWITH
>
>OR
>
>if you are working on the current column, at Text control Valid event issue:
>
>IF This.Value > Thisform.Column1.Text1.Value
>     DO whatever...
>ENDIF
>
>
Is the WITH This,ENDWITH the same as typing in This. before each .whatever?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform