Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Views & VFP6
Message
 
À
01/12/1998 10:43:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00162776
Message ID:
00162816
Vues:
24
Gilles, I think it's a VFP bug. I tried to use a parameterized statement like you did from the view designer and selected the IGNORE CASE button in the filter tab and got the same error you did. A quick fix is to put an ALLTRIM() around the field and parameterized variable and select the IGNORE CASE button. Example below works. Good Luck. :-)


SELECT *;
FROM ups_data!employee Employee;
WHERE UPPER(alltrim( Employee.last_name)) LIKE UPPER(alltrim(?lclname))
Michael Garcia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform