Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filtering using certain conditions
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01075616
Message ID:
01075629
Views:
15
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform