see my error frm-40401 : no change to [message #173199] |
Sat, 20 May 2006 03:05 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
mfa786
Messages: 210 Registered: February 2006 Location: karachi
|
Senior Member |
|
|
hi master
sir i put this code in when_button_press event
nsert into opbaltable (chofacc)
(select chofacc from chart_of_account where acc_date='01-JUL-05');
commit;
commit_form;
but system give me this error
frm-40401 : no change to save
please give me idea how in insert data from other table
thank
|
|
|
|
|
|
|
Re: see my error frm-40401 : no change to [message #184481 is a reply to message #173199] |
Wed, 26 July 2006 14:03 ![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) |
rahshar
Messages: 26 Registered: July 2006 Location: Oman
|
Junior Member |
|
|
Dear All,
The Error FRM-40401 is actually not an error it is a message produced by the forms engine after every commit;
This can be suppressed by adding a statement before any DML statement such as
:system.message_level := 5;
Thanks and regards
|
|
|
|
Re: see my error frm-40401 : no change to [message #512290 is a reply to message #512131] |
Fri, 17 June 2011 23:55 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
rahshar
Messages: 26 Registered: July 2006 Location: Oman
|
Junior Member |
|
|
The Error FRM-40401 is actually not an error it is a message produced by the forms engine after every commit;
This can be suppressed by adding a statement before any DML statement such as
:system.message_level := 5;
But this statement just below the begin statement of your code.
|
|
|