Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Filter fro view- IN option
Message
From
05/10/1998 22:39:58
Bruce Gilmour
Cal-Mour Consultants
Calgary, Alberta, Canada
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00144066
Message ID:
00144095
Views:
28
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform