Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Yet another BUG: Marcos in view definition not supported
Message
From
14/02/2003 09:47:08
Walter Meester
HoogkarspelNetherlands
 
 
To
14/02/2003 09:36:04
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00753139
Message ID:
00753211
Views:
36
Tracy,

just run this code and open it in the VFP8 view designer and look at the SQL code

>
>*Populate cWhere first via some type of user input
>cWhere="Testtable.ca_sysnum = ( 1 )"
>CREATE SQL VIEW VFP8View AS ;
>SELECT *;
> FROM ;
>     testtable;
> WHERE &cWhere
>
You'll see that the where clause is now hardcoded as: WHERE Testtable.ca_sysnum = ( 1 )

Not exaclty what you're trying to do...

Walter,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform