Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Filter fro view- IN option
Message
De
05/10/1998 22:39:58
Bruce Gilmour
Cal-Mour Consultants
Calgary, Alberta, Canada
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00144066
Message ID:
00144095
Vues:
30
>View parameters want to be single values. For the view you are trying to create try it his way;
>
>
>cListCities = THISORM.cCities
>SELECT *;
> FROM geo!homechk;
> WHERE ALLTRIM(Homechk.city) IN (&cListCities);
> ORDER BY Homechk.city, Homechk.lastname, Homechk.firstname
>
Jim,

Does this mean I have to create the view in the Init of the form instead of the view designer or should the & be a ? ?
***************************
Bruce Gilmour

"Two things are infinite, the Universe and human stupidity. And I am not sure about the Universe."
- Albert Einstein
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform