Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CFindForm with SQL
Message
From
25/10/2004 09:52:39
 
 
To
24/10/2004 21:53:49
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
00954162
Message ID:
00954233
Views:
12
>
>   WHERE
>         Upper(First)=Upper(@First) AND
>         Upper(Last)=Upper(@Last) AND
>         Upper(Address)=Upper(@Address) AND
>         Upper(City)=Upper(@City) AND
>         Upper(State)=Upper(@State) AND
>         Upper(Zip)=Upper(@Zip) AND
>         Upper(Country)=Upper(@Country) AND
>         Upper(Number)=Upper(@Number) AND
>         Upper(Street)=Upper(@Street) AND
>         Upper(Unit)=Upper(@Unit)
>      RETURN(0)
>
I usually wrap the parameter in an IIF(EMPTY(FieldName), .T., [condition]).

Chris.
Previous
Reply
Map
View

Click here to load this message in the networking platform