Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why cannot use & with Thisform.SomeProperty
Message
 
 
To
04/05/2009 16:29:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01397844
Message ID:
01397859
Views:
114
You can get the same result w/o macro substitution
llFound = SEEK(EVAL(Thisform.cSeekValueRef))
>Does not work:
>
>
>seek &Thisform.cSeekValueRef
>
>
>Does work:
>
>
>lcSeekValueRef=Thisform.cSeekValueRef
>seek &lcSeekValueRef
>
>
>Am I correct? Why is it this way?
>
>It forces me to create a lot of local vars just for the temporary use of what is shown above.
>
>.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform