Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use of macro substitution
Message
From
09/03/2003 11:09:09
Mike Yearwood
Toronto, Ontario, Canada
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00763410
Message ID:
00763431
Views:
19
Hi Gelnn

I make a point of always including the . when I do &, just like I we have to put a ) after a (. That way, memory never fails me ;) and things like thisform.&lcmacro.. doesn't seem strange.

>If memory serves me the "." causes the macro to cease exapnding, you could do several things to get around this issue but I would recommend:
>
>Select * from (thisform.filename) ...
>
>Just use substitution as above and it works just fine.
>
>Glenn
>
>>I have a form property called thisform.filename initialized to "c:\test\test.dbf"
>>When I run a query using "Select * From &thisform.filename" it errors saying the table is not found.
>>
>>If I set the form property to a variable as follows:
>>lcfilename = thisform.filename
>>Select * from &lcfilename - the query works.
>>
>>Is it that a form property is not really a variable as far as macro substition is concerned.
>>
>>Gaylen
Previous
Reply
Map
View

Click here to load this message in the networking platform