Hi!
I have a page in my app with an advanced form control. there are 5 bits of the form separated out by buttons. the buttons are showing and hiding the information great with the variables:
Button OnClick:Set(varOI,!varOI);
Form Visible:varOI
but I have 2 others just like this:
varFI and varSummary
when I make OI visible, I need to make the others auto hide, and vice versa. I don't want them to all stack up on top of each other like they currently are. I currently have to re-click their own button to hid it again. not a great user experience 😞