Comit in forms [message #562162] |
Mon, 30 July 2012 01:41 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
dev_777
Messages: 32 Registered: June 2010
|
Member |
|
|
Hi
I have a form with two data blocks. The first multi row block displayed is the master block (parts_master) followed by the multi row detail block below (parts_lines).
I have a check box on the parts_master block. When I check the box, all related lines are displayed in the detailed block below.
I then change values in one of the fields from the detail block. I don't want to commit at this stage. I then click the check box on the master block to select another parts_master record. Immediately, forms throws up a message asking me whether I want to comit my changes. I know that this is forms behaviour.
How do I bypass this message wanting me to comit? I want to do a single comit at the end.
|
|
|
|
|
Re: Comit in forms [message #562203 is a reply to message #562202] |
Mon, 30 July 2012 06:56 ![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) |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Why not just issue a post command to send the changes to the DB without committing them?
Then shouldn't get the question.
|
|
|
|