I have some push buttons I want not showing and not executing their code for certain records or other conditions. I planned to tweak them so with objectaction and untweak them for for other conditions. On testing my plans manually, checking “transparent” renders the button invisible, but also checking “disabled” does NOT prevent its code from being triggered and running when the invisible location is clicked. I’ve tried this on a few different square buttons with Rich Text checked and different code. One such had title
<size:24><color:0000FE>⇤</color></size>
If this is the expected behavior I could recode the buttons with if structures so they didn’t do anything under those conditions. But I’m concerned they still might prevent clicks from passing thru to lower objects. I’d hoped “disabling” them would remove that concern. I may need more design thought on object order and it’s implications