Re: FORMS45 - error40405 No changes to apply

From: Steve Cosner <stevec_at_zimmer.CSUFresno.EDU>
Date: 1996/10/04
Message-ID: <533ckt$1jc_at_zimmer.CSUFresno.EDU>#1/1


In article <01bbb13c$5c374220$090364c8_at_David.erudite.com>, David Brenchley <dbrenchley_at_erudite.com> wrote:
>I get the error Frm - 40405 - No changes to apply when I do a commit_form,
>even if there have been changes made. The changes are saved and then this
>error pops up. The error does not go through the on-error or on-message
>triggers and it never shows up in debug mode.

If you are doing all your updating through procedures and non-base-table blocks, then commit_form will return this. You can do a Forms_DDL(Commit); in this case.

The message usually goes through the on-error form-level trigger. If you aren't seeing it, I would suspect a problem with the code in the trigger.

Setting :system.message_level to 5 will prevent this message from appearing, as well. You could change message level, commit, then set message_level back to 0.

HTH
Steve Cosner Received on Fri Oct 04 1996 - 00:00:00 CEST

Original text of this message