Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why do I need THIS?
Message
From
01/08/2001 04:56:47
 
 
To
31/07/2001 17:18:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00537993
Message ID:
00538194
Views:
9
Nice it is fixed in VFP6.

>See MSKB#Q189773
>
>
>>Anyone out there know why this works:
>>
>>
>>WITH THIS
>>  IF ("*" $ THIS.rptJobno.xValue1) OR ("?" $ THIS.rptJobno.xValue1)
>>     ...
>>  ENDIF
>>ENDWITH
>>
>>
>>But this doesn't:
>>
>>
>>WITH THIS
>>  IF ("*" $ .rptJobno.xValue1) OR ("?" $ .rptJobno.xValue1)
>>     ...
>>  ENDIF
>>ENDWITH
>>
>>
>>
>>Even though it's enclosed in "WITH THIS", it complains that a parenthesis is missing unless I add the redundant THISs. No hurry on this one since it works fine with the THISs added. I'm just curious why they would be needed.
>>
>>VFP 5.
>>
>>Thanks,
>>
>>Michelle
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform