Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to be able to make my button unclickable / grayed out if no selections are made.
Hi
try this
in button enable condition-in general tab
not isnull(GetCurrentSelections())
Hi Matthew
You could just make the button conditional show/hide.
Hi
try this
in button enable condition-in general tab
not isnull(GetCurrentSelections())