Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stonefield Query GetValuesForField Example
Message
From
15/11/2006 16:10:35
 
 
To
13/11/2006 21:57:18
General information
Forum:
Visual FoxPro
Category:
Stonefield
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01169377
Message ID:
01170074
Views:
10
Hi Jeff.

>The Stonefield Query help file provides an example of GetValuesForField method and the equals operator. Does any one have an example of how to call this method with the "is one of" parameter.

I don't have a specific example, but the only difference between "equals" and "is one of" is that the collection returned by the method has more than one parameter object. So, you can use something like:
for lnI = 1 to loValues.Count
loValue = loValues.Item(lnI)
* do something with loValue.Value
next
Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform