Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid valid
Message
 
À
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:
00127966
Vues:
33
>>
>>
>>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?

Yes, it's simpler than retyping
"Myform.PageFrame1.page1.grid1.column4.text1.value"
multiple times.
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform