Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable disappearing from Filter tab in View Designer
Message
De
14/06/1999 01:41:49
Ray Keys-Bramlett
Custom Business Applications
Fresno, Californie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Variable disappearing from Filter tab in View Designer
Divers
Thread ID:
00229355
Message ID:
00229355
Vues:
52
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform