Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text field in grid
Message
From
24/05/2001 09:44:46
 
 
To
24/05/2001 09:26:33
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00510848
Message ID:
00510865
Views:
13
This message has been marked as a message which has helped to the initial question of the thread.
Hi Whil.

>>the browse command was as follows
disp_type = IIF(prod_type=1, "Intl", IIF(prod_type=2,"Ded",""))
nothing special.. but how do I do the same thing in a grid's textbox? <<

Put this in the controlSource for the column:

( IIF(prod_type=1, "Intl", IIF(prod_type=2,"Ded","")) )

I am assuming that prod_type is a field in the table you are using for the grid's RecordSource.

Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform