Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicCurrentControl question
Message
From
05/05/2011 18:03:05
 
 
To
05/05/2011 17:50:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01509744
Message ID:
01509752
Views:
54
>>>I have a command button in a grid I want to change the caption based on row data.
>>>I tried using DynamicCurrentControl to change the command button Caption using
>>>=IIF(tableData = "xyz", 'cmd1', 'cmd2')
>>>not working, what am I doing wrong?
>>>
>>>Thanks
>>I think you need quotes around the IIF, like if you would place your code in the init of the column
>>This.DynamicCurrentControl = "IIF(tableData = 'xyz','cmd1','cmd2')"
>
>Still not doing it. I guess I am going with 2 buttons. thanks.
My assumption was that "cmd1" and "cmd2" are buttons.
Previous
Reply
Map
View

Click here to load this message in the networking platform