Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable disappearing from Filter tab in View Designer
Message
From
14/06/1999 01:41:49
Ray Keys-Bramlett
Custom Business Applications
Fresno, California, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Variable disappearing from Filter tab in View Designer
Miscellaneous
Thread ID:
00229355
Message ID:
00229355
Views:
53
I am trying to create a view in the View Designer which uses a variable in the where clause.

When I view the SQL, the variable has been wrapped in quotes.

The variable C contains the parameter I want to filter with

What I want:

SELECT *;
FROM workout!exercises;
WHERE exercises.cat = C;
ORDER BY exercises.exerciseid

What I get:

SELECT *;
FROM workout!exercises;
WHERE exercises.cat = "C";
ORDER BY exercises.exerciseid

I would like to find a solution that allows me to continue to use the View Designer.
Next
Reply
Map
View

Click here to load this message in the networking platform