Store value of multiple checkboxes in the database
Hello,
I have a table structure as table (masterid, types). Types has four values as AAA, BBB, CCC, DDD.
I was wondering if there is any easiest and good way to implement this in Oracle forms. Currently, I have four checkboxes in the form. Each checkboxes has When-Checkbox-Changed trigger. In the trigger, I have put insert and delete statement depending on the value of the checkbox.
Thanks for your help.
Edited by: user12068331 on Jun 2, 2010 11:42 AM