Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filtering using certain conditions
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01075616
Message ID:
01075629
Vues:
14
Hi Borislav

Thankyou for your reply.

I have managed to get this working by the following:
DO case
	CASE !EMPTY(lcdept)
		SET FILTER TO INLIST(planrep.dept,&lcdept) additive
	CASE !EMPTY(lcseason)
		SET FILTER TO INLIST(planrep.season,&lcseason) additive 
	CASE !EMPTY(lcfactory)
		SET FILTER TO INLIST(planrep.factory,&lcfactory) additive
	CASE !EMPTY(lccountry)
		SET FILTER TO INLIST(planrep.country,&lccountry) additive
ENDCASE
Seems to work fine!!
Neil Lewis
IT R&D Manager
Velmore Ltd
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform