Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicCurrentControl question
Message
 
 
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:
01509753
Views:
56
>>>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.

See this message Re: Images in grid Thread #1130802 Message #1130913

In your case the code in the refresh will be

this.cmdButton.Caption = iif(TableData = 'xyz','cmd1','cmd2')
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform