Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SET FILTER Question?
Message
From
05/04/2007 10:04:30
 
 
To
05/04/2007 10:00:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01212448
Message ID:
01212452
Views:
15
>What does this mean? Please help. Thanks, Sam
>
>
>SET FILTER TO crsSupply.Status $ '123'
>
Sam,

It means that it must find crsSupply.Status in '123'
&& something like
SET FILTER TO !empty(at(crsSupply.Status, '123'))

or assuming Status is a one char field
set filter to inlist(crsSupply.Status, '1, '2', '3')
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform