Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select
Message
From
03/05/2005 06:35:40
Alfred Roa
Ebs Accounting Software Solutions
Cagayan de Oro City, Philippines
 
 
To
27/04/2005 03:50:50
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Select
Environment versions
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01008736
Message ID:
01010419
Views:
24
Try this!

ur code:
SELECT * FROM temp WHERE ALLTRIM(UPPER(typ)) = ALLTRIM(UPPER(THISFORM.GRID2.column1.text1.VALUE)) INTO ARRAY laResults

My code:
SELECT * FROM temp WHERE ALLTRIM(UPPER(typ)) == ALLTRIM(UPPER(THISFORM.GRID2.column1.text1.VALUE)) INTO ARRAY laResults

See any difference? the double equality operator.

By the way, do you have my projects there?

--Regards
Dodo
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform