Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tracking down filter cleared message
Message
 
 
To
20/01/2009 09:29:59
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01375421
Message ID:
01375435
Views:
13
>>>I'm getting a "filtered cleared" message as I'm generating a report on a filtered table. Is there a way to track down what is causing this?
>>
>>
>>procedure one
>>LOCAL lcFilter
>>
>>lcFilter="0"
>>SET FILTER TO anyfield=lcFilter // using LOCAL variable in FILTER or SET KEY... 
>>do two
>>
>>procedure two
>>*SKIP 1 && cause "filtered cleared"
>>REPORT FORM anyreport && cause "filtered cleared"
>>
>>
>>MartinaJ
>
>Great, so you can't generate filtered reports?

You can use REPORT FORM FileName1 | ? [ENVIRONMENT] [Scope]
[FOR lExpression1] [WHILE lExpression2] (provide your filter in FOR expression) or don't use local variables in FILTER condition or pre-select your data into the cursor (my favorite approach).
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform