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:
00127975
Views:
28
>>
>>
>>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, but the very reason wiht "WITH..ENDWITH" syntax saves lots of bytes. It's a matter of convenience...
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform