Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use of macro substitution
Message
From
09/03/2003 09:34:57
 
 
To
09/03/2003 09:03:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00763410
Message ID:
00763412
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
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
Next
Reply
Map
View

Click here to load this message in the networking platform