Hi,
I have a checkbox field with 4 choices:
Choice1:A
Choice2:B
Choice3:C
Choice4:D
I would like to disable only choice2 in checkbox list. ( depend of an other field )
Is it possible? what is the solution?
Many thanks
Traz
Hi,
I have a checkbox field with 4 choices:
Choice1:A
Choice2:B
Choice3:C
Choice4:D
I would like to disable only choice2 in checkbox list. ( depend of an other field )
Is it possible? what is the solution?
Many thanks
Traz
Subject: CheckBox - Challenge - Uncheckable…
You can either have the keyword choices computed/refreshed based on the value of the other field or run a validation check against the value of that field.
Subject: RE: CheckBox - Challenge - Uncheckable…
It is unfortunate that notes doesn’t properly support the isenabled property for checkboxes.
Subject: RE: CheckBox - Challenge - Uncheckable…
That depends on your point of view. I would rather generate the choices based on a field value than answer help desk calls about “Why can’t I select “B”?”
Subject: RE: CheckBox - Challenge - Uncheckable…
Well that just makes too much sense!! Plus it’s completely counter to every other windows app ever written (OK - Not every app, just most of them)