Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace numeric value in Grid with text
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00894500
Message ID:
00894559
Views:
11
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform