Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Views & VFP6
Message
 
To
01/12/1998 10:43:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00162776
Message ID:
00162816
Views:
22
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform