Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameterized view on an INLIST
Message
From
25/05/2001 07:01:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Parameterized view on an INLIST
Miscellaneous
Thread ID:
00511400
Message ID:
00511400
Views:
53
Hi

I have a view that needs to be parameterized on an INLIST function, and I want to specify the INLIST contents with a Public Variable.

So I tried setting the View up as:

SELECT *;
FROM Table;
WHERE INLIST(Field, &gcFieldTypes)

But with no joy.

Any ideas on how I can achieve this, I do get the error, "Missing Operand".

Thanks
Kev
Next
Reply
Map
View

Click here to load this message in the networking platform