Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Grids
Miscellaneous
Thread ID:
00544134
Message ID:
00544158
Views:
20
>IIF(TableName.FieldName='R','Referral','Request')

Or, you can do this in your Select Statement and put the values right into the cursor.

SELECT IIF(TableName.FieldName='R','Referral','Request ') AS fieldname...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform