Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple Filters...how do I....?
Message
 
To
11/03/2003 09:56:34
N. Lea
Nic Cross Enterprises
Valencia, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00764210
Message ID:
00764217
Views:
26
Something like this:

lccom="set filter to between(date, ldstart, ldend)"
sele (filter_source)
scan
lccom=lccom+" and account # "+alltr(str(numeric_source_field))
endscan

sele (table_Where_filter_should_be_set)
&lccom


>In regards to multiple filters...I have a table that can be added to (it only contains one field), and it needs to be used as the source for filtering. This table contains account numbers.
>
>How can I manipulate Foxpro into using the conditions of that table? For example...manually I code as:
>
>set filter to between(date, ldstart, ldend) and account <> 100 ;
>and account <> 150 and account <> 500 and account <> 100600
>
>You get the picture. Any suggestions on how i can get around this? Thanks!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform