Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple Filters...how do I....?
Message
 
À
11/03/2003 09:56:34
N. Lea
Nic Cross Enterprises
Valencia, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00764210
Message ID:
00764217
Vues:
25
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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform