Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid valid
Message
From
18/08/1998 19:18:26
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00127636
Message ID:
00127947
Views:
21
>
>
>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform