Home » Developer & Programmer » Forms » FRM-40405 no changes to apply
FRM-40405 no changes to apply [message #80120] Tue, 13 August 2002 14:56 Go to next message
Tyler
Messages: 123
Registered: January 2002
Senior Member
I am getting the error FRM-40405 no changes to apply and I believe that the reason I'm getting it is because the commit is being done manually... but I can usually catch the error with an on error trigger in the form level or with a pragma exception_init. But neither of these are catching the error and disposing of it.... Any suggestions on how to not show the error?
Re: FRM-40405 no changes to apply [message #80122 is a reply to message #80120] Tue, 13 August 2002 21:18 Go to previous message
Ravi
Messages: 251
Registered: June 1998
Senior Member
Try this one

before the commit set the :system.message_level to 25 and after the commit set it to 0. your code will look like this :
:SYSTEM.MESSAGE_LEVEL := 25;
commit;
:SYSTEM.MESSAGE_LEVEL := 0;
Previous Topic: calling reports from forms6.0
Next Topic: pls help me.....pls just have a look at it....i badly need a help from d2k gurus..
Goto Forum:
  


Current Time: Thu Mar 28 07:05:52 CDT 2024