Re: FRM-40405 (Forms 5.0) ?

From: Mark Gumbs <mgumbs_at_nospam.hotmail.com>
Date: Thu, 10 Jun 1999 13:39:38 +0100
Message-ID: <375fafb9.0_at_145.227.194.253>


To suppress this message do a

:system.message_level := 5;

before your commit and set it back to 0 after.

You say you are calling this form using open_form. Bear in mind that if you have any changes in your calling form, this will be saved when you press F10 from your called form. I'm not sure if you deliberately wanted this functionality or not though.
This may partly explain why you only get this problem when you use the open_form built-in.

HTH Mark

Ole Bredesen-Vestby wrote in message <37608902.2822718_at_news.eunet.no>...
>Hi,
>
>I've got a form with 2 database-blocks. When I changes a value in one
>of the blocks, commits (F10), its ok. Then I change it again, commits,
>and now I got this message: "FRM-40405: No changes to apply" popping
>up on the other block in that form. I don't want this message.
>
>I've tried writing ON-MESSAGE triggers both on the form-level and the
>block levels to trap this message, but it seems to be triggered
>somewhere else.
>
>The strange thing is; this only occurs if I open this form from
>another form, using open_form('my_form').
>
>Any ideas ??
>
>- Ole BV
>
Received on Thu Jun 10 1999 - 14:39:38 CEST

Original text of this message