Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use of macro substitution
Message
From
09/03/2003 09:03:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Use of macro substitution
Miscellaneous
Thread ID:
00763410
Message ID:
00763410
Views:
52
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
Next
Reply
Map
View

Click here to load this message in the networking platform