Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids
Message
De
15/08/2001 12:19:57
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, États-Unis
 
 
À
15/08/2001 12:05:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: Grids
Divers
Thread ID:
00544134
Message ID:
00544146
Vues:
21
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform