Link to home
Start Free TrialLog in
Avatar of joekeri
joekeriFlag for United States of America

asked on

Help with CHECK BOX in FORMS 6i



In my form i have 3 CHECKBOXES A, B and C, each has their own  VALUE WHEN CHECKED and VALUE WHEN UNCHECKED .

if the user selects A,, then B and C must be turned off. I Know i need to use the WHEN_CHECK_BOX_CHANGED trigger, but i dont how to specify the code to uncheck box B and C when A is selected.


Can you please give me an example of how to do this.. thank you.





ASKER CERTIFIED SOLUTION
Avatar of musdu
musdu

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Solve
Solve

Hi, it would be better solution to use radio button when you need only one value to be checked.

Solve