Forms 6i updation problem [message #151506] |
Thu, 15 December 2005 03:47 |
rajilkulkarni2002
Messages: 2 Registered: December 2005
|
Junior Member |
|
|
I am using forms 6i in my application. I have made a form using
two tables for making delivery order. in this i am fetching
sales order information from two more table and reverse updating
the dispatched quantity. Now while making delivery order , if
inbetween i click on cancel button (code contains only
clear_block(no_commit) ) and then if i press exit button (code
contains only exit_form(no_commit) ), it updates the records of
sales order table. I've not used post any where in my form. I've
tried to roll back the things forcefully still it is updating
the records.What shoule i do. Pl help.
tks.
Raj
|
|
|
Re: Forms 6i updation problem [message #151614 is a reply to message #151506] |
Thu, 15 December 2005 20:21 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
How many 'commit' and 'commit_form' commands do you have in your form and 'commit' commands in your database code?
One of them is causing the problem.
David
AND STOP PRESSING CR-LF AT THE END OF EACH LINE!!!!!!
[Updated on: Thu, 15 December 2005 20:22] Report message to a moderator
|
|
|
Re: Forms 6i updation problem [message #151632 is a reply to message #151614] |
Thu, 15 December 2005 23:14 |
rajilkulkarni2002
Messages: 2 Registered: December 2005
|
Junior Member |
|
|
Only one commit_form statement that too on save button. I checked once again and found one key-exit trigger on form level in which only clear_block(no_commit) was written. Now i've changed it to clear_form(no_commit,no_validate),still it is not working. One thing I would like to tell you that I've called this form using call_form() option.
tks.
Raj
|
|
|
|
|