Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids
Message
 
To
15/08/2001 12:05:26
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Grids
Miscellaneous
Thread ID:
00544134
Message ID:
00544150
Views:
21
>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

In the ControlSource of the Column could you:

IIF(TableName.FieldName='R','Referral','Request')
Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform