Form List Value not save in Database [message #195651] |
Sat, 30 September 2006 02:58 |
sauami
Messages: 54 Registered: October 2005 Location: india
|
Member |
|
|
Dear Sir,
In my Form i have a "List Item" during the runtime when i select the value from my List Item this value not save in database some LIST19 or LIST18 values save in database my code is given below and more understanding i had attached the file., bold is the value of list item., pls. help me i think i had make some mistake to get the value from list item.
go_block('block7');
insert into mp_support(emp_name, EMP_CODE, EMP_HOURS, SBU_GIVEN, SBU_TAKEN, MGR_GIVEN, MGR_TAKEN, support_date)
values(:block7.emp_name, :block7.EMP_CODE, :block7.HOURS, :block7.SBU_GIVEN, :block7.SBU_TAKEN, :block7.Manager_GIVEN, :block7.item22, :block7.support_date);
commit;
Thanks,
Saurabh
-
Attachment: list.JPG
(Size: 96.89KB, Downloaded 664 times)
|
|
|
|
Re: Form List Value not save in Database [message #196003 is a reply to message #195662] |
Tue, 03 October 2006 10:54 |
sauami
Messages: 54 Registered: October 2005 Location: india
|
Member |
|
|
Thanks Sir.
Sir can you help me to know the book name or tutorial for forms and reports because i to with losts of books which is based on project that don't have step by step detail about the forms tool.
thanks,
Saurabh
|
|
|
|