T
the__elf
Hello!
I'm trying to create a form with checkboxes that utilize a "nested"
behavior. For example, you can't mark the "Email Account" checkbox
until you have first marked the "Network Account" checkbox. I see
where I can manipulate the checkbox object's "enabled" property, but
I'm unfortunately at a loss for the macro coding that would toggle
that property.
Does anyone know of a way to accomplish a nested checkbox behavior
without incorporating macros? I'd like to be able to make this form
without having to worry over macro security settings, and the "are you
sure you want to enable macros" mess that end users will eventually
trip on.
If accomplishing this without macros is impossible (which I fear will
be the case), what sort of macro code will it take? It would be along
the lines of "If Checkbox1 = marked, then set Checkbox2 = enabled,"
but I lack the coding and syntax skill to get this to work properly.
Thanks in advance for your assistance!
I'm trying to create a form with checkboxes that utilize a "nested"
behavior. For example, you can't mark the "Email Account" checkbox
until you have first marked the "Network Account" checkbox. I see
where I can manipulate the checkbox object's "enabled" property, but
I'm unfortunately at a loss for the macro coding that would toggle
that property.
Does anyone know of a way to accomplish a nested checkbox behavior
without incorporating macros? I'd like to be able to make this form
without having to worry over macro security settings, and the "are you
sure you want to enable macros" mess that end users will eventually
trip on.
If accomplishing this without macros is impossible (which I fear will
be the case), what sort of macro code will it take? It would be along
the lines of "If Checkbox1 = marked, then set Checkbox2 = enabled,"
but I lack the coding and syntax skill to get this to work properly.
Thanks in advance for your assistance!