Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace numeric value in Grid with text
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00894500
Message ID:
00894559
Vues:
10
Hey Jim,

In the refresh method of the Grid's Text box, have something like this:


lnValue= THISFORM.grpChoice.VALUE

DO CASE

CASE lnValue=0
THIS.VALUE='None'
CASE lnValue=1
THIS.VALUE='this text'
CASE lnValue=2
THIS.VALUE='That Text'
ENDCASE
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform