CheckBox controls column values [message #562598] |
Thu, 02 August 2012 12:48 |
|
vaibhav15211
Messages: 38 Registered: August 2012 Location: Hyderabad
|
Member |
|
|
I am totally new to forms and don't have any idea how to solve this problem, please help.
I have a custom form build on Oracle Forms Builder 6i. It is divided into tow tabs
I have to place a checkbox on tab 1 and control the values of a column present on tab2. When the checkbox is ticked the values in column should be 'X'
and if the checkbox in unchecked all the values should be changed to 'Y'.
Please suggest how to achieve this.
Thanks vaibhav
[Updated on: Thu, 02 August 2012 12:51] Report message to a moderator
|
|
|
|
|
Re: CheckBox controls column values [message #562869 is a reply to message #562831] |
Mon, 06 August 2012 07:37 |
cookiemonster
Messages: 13964 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
1) Check the actual checkbox value, like in Joys code above. The property pallete for the checkbox will say what values are checked and unchecked.
2) The column the checkbox is related to is determined by the property pallete - the column name property, or a column of the same name as the item if it's blank. If you want the checkbox to affect other columns then you need to code that manually like Joys example.
|
|
|