When Check Box Changed [message #405885] |
Sun, 31 May 2009 01:35 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
Hi All,
I have created a form based on three tables and the functionality of the form is i need to choose the location code and batch it will populate the list of items available in that location and batch area and then after viewing this item i press a button to create a transaction which is done now.But the problem is i need to attach check box along with items so that i can select the item by clicking on checkbox and inserting those items which are checked.Please refer attachment.
-
Attachment: OPM0015.fmb
(Size: 776.00KB, Downloaded 1191 times)
|
|
|
Re: When Check Box Changed [message #405965 is a reply to message #405885] |
Mon, 01 June 2009 03:24 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
arif_md2009 wrote on Sun, 31 May 2009 01:35 | Hi All,
I have created a form based on three tables and the functionality of the form is i need to choose the location code and batch it will populate the list of items available in that location and batch area and then after viewing this item i press a button to create a transaction which is done now.But the problem is i need to attach check box along with items so that i can select the item by clicking on checkbox and inserting those items which are checked.Please refer attachment.
|
|
|
|
|
Re: When Check Box Changed [message #406063 is a reply to message #406011] |
Tue, 02 June 2009 00:29 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
thanks klat but i am actually using one proceedure to insert those records.Actually i have 2 tables one is ot_adj_head and the other is ot_adj_item and i am inserting into these tables but i dont know how to implement the logic of selection.Can u just look in to my form as i m not able to move forward.
|
|
|
|
|
Re: When Check Box Changed [message #406805 is a reply to message #406733] |
Sat, 06 June 2009 00:26 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
|
thanks klat for your concern.I am working on this issue.Well what i am doing is using your logic i am first inserting data into temporary table when the check box is checked and then upon pressing the button i am inserting again to real tables.
|
|
|