Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids
Message
From
15/08/2001 12:19:57
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
 
To
15/08/2001 12:05:26
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Grids
Miscellaneous
Thread ID:
00544134
Message ID:
00544146
Views:
25
Hi Kevin,
One solution is to handle this in your SQL statement.
SELECT Field1, Field2, IIF(InfoType = "R", "Referral", "Request ") AS InfoType,...

>Hi
>
>I am using a Select statement to populate a Grid, but in the one of the columns I want to check the value of a field in the select.
>
>I have placed code in the Textbox in the Column saying:
>
>
IF this.Value = "R"
>    this.Value = "Referral"
>ELSE
>    this.Value = "Request"
>ENDIF
>
>
>But nothing happens, do I need to change something, the Select is selecting into a cursor.
>
>Thanks
>Kev
Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform