Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Do you want to save changes?
On Mon, 06 Jul 1998 15:12:10 +0100, Carla Vaz <carlavaz_at_ncubo.pt>
wrote:
>I´m working with Forms 4.5. and i have a problem!!!
>
>Every time i run a form i have a runtime message -- "Do you want to save
>changes?".
>I´ve already changed the default procedure generated by the developer
>when relations between blocks are created - Clear all master details. In
>this procedure i´ve changed the comand clear_block(ask_commit ) to
>clear_block(no_validate), but still the message appears.
>
>Can anyone help me to get this message out of developer, please.....
>
>Thanks.
>
>My email is carlavaz_at_ncubo.pt
>
>
Forms 4.5 Runtime needs to know if the user wants to commit the transaction or rollback when he/she leaves a form. If you want to save the information whenever the user leaves a form, write COMMIT_FORM; in the appropriate trigger (e.g., on a WHEN-BUTTON-PRESSED trigger on a "Close" button). This way the user won't be bothered with the question.
Hope this helps,
Nuno Guerreiro Received on Mon Jul 06 1998 - 11:01:02 CDT
![]() |
![]() |