Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set filter
Message
 
To
25/10/2000 14:06:35
John Deupree
Long Term Care Authority
Tulsa, Oklahoma, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00434202
Message ID:
00434423
Views:
22
In a form, be sure you aren't setting the filter to a variable that will go out of scope when the method you're in closes. For example if you have a variable "cID" in the INIT and do

SET FILTER TO IDField = cID

you'll find that the filter doesn't work later on because the program can't find cID - it was local to the INIT method. You need to put the value into a form property instead.


>
>Ok........thanks.
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform