Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logical field = expression?
Message
From
19/07/2007 15:19:27
Jill Derickson
Software Specialties
Saipan, CNMI
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Logical field = expression?
Miscellaneous
Thread ID:
01242108
Message ID:
01242108
Views:
56
I'm curious why the following give me an "Operator/operand type mismatch" error:

cse_closed="CLOSED"$UPPER(currentCaseStatus)

cse_closed is a logical field in the currently selected table.
currentCaseStatus is a character field in the currently selected table.


AND:

"CLOSED"$UPPER(currentCaseStatus)=cse_closed

does NOT give me an error, but returns a logical value.

Thanks, J
Next
Reply
Map
View

Click here to load this message in the networking platform