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

Click here to load this message in the networking platform