Hi,
I have a button that has an onSelect function of
If(butStartPA.DisplayMode = DisplayMode.Disabled, butStartPA.DisplayMode=DisplayMode.Edit,butStartPA.DisplayMode.Disabled)
butStartPA being another button.
I put this in test mode, click on the > run option and it doesnt do anything. I've read you can get a button to set its own DisplayMode dependant on another control, but want to do this by clicking on a button. Is this possible?
