Hi!
I two objects a button and a text label. I want the text label to be hidden if the button is enabled and visible when the button is disabled.
Button = btsubmitinsp
Text Label = lbrequired
Here's my code for the text label under 'Visible'
Hope I can get help, TYIA!
If(btsubmitinsp.DisplayMode.Edit,false,true)
My conditions for the button getting disabled / enabled are working but the text label remains hidden even if I toggled between disabled and enabled.