Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filter for Logical Fields in Views
Message
 
 
To
19/05/2009 17:37:59
John King
Integrated Technologies Group
Florida, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01400831
Message ID:
01400841
Views:
38
>I am using local views and trying to filter on a logical field in my table. Can I do that? What is the wild card for a logical filter expression?
>
>Thanks,
>
>JDK

There is no way to use wild card with the logical field, so you would always select something.

You may try to set your view to something like this

where (?lParameter IS NULL or LogicalField = ?lParameter)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform