Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set filt to more than 256 chars
Message
De
08/11/1999 14:58:35
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00288594
Message ID:
00288624
Vues:
14
>I have alot of fields of the same type and I need to set filt to for each one of them simultaneously. Example: set filt to state1="paid" .or. state2="paid" .or. state3="paid" .or. state4="paid".......state30 ="paid" etc down to over 30 states.
>
>How can I get around this limitation?

Could you:
select keyfield, state1+state2+staten as allstates from sourcetable into cursor statespaid
set filter to "paid" $ allstates
index on keyfield tag keyfield
select myorgtable
set relation to keyfield into statespaid
count all for !eof("statespaid")
--Todd Sherman
-Wake Up! Smell the Coffee!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform