Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Yet another BUG: Marcos in view definition not supported
Message
De
14/02/2003 09:47:08
Walter Meester
HoogkarspelPays-Bas
 
 
À
14/02/2003 09:36:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00753139
Message ID:
00753211
Vues:
38
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,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform