Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filter for Logical Fields in Views
Message
 
 
À
19/05/2009 17:37:59
John King
Integrated Technologies Group
Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01400831
Message ID:
01400841
Vues:
39
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform