Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stonefield Query GetValuesForField Example
Message
 
To
15/11/2006 16:10:35
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:
01170079
Views:
7
Doug - this is off topic but was hoping you could describe in general terms how the tableupdate routine in SDT works. By that i mean in the event where new fields are being added to an existing table AND existing fields are being removed from the same table, is the processing order to ADD the new, then REMOVE the "old" fields? I ask because i encountered a "too many columns" error during an update where a couple of new fields were being added while a large number of fields were being removed. The NET result would have altered a table so that the field count was below the max allowed. Using SDT5.1.


>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