Re: Forms4.5: new_form causes ask-commit-question

From: Steve Cosner <stevec_at_csufresno.edu>
Date: Tue, 09 Nov 1999 21:44:54 -0800
Message-ID: <38290656.8033CDB0_at_csufresno.edu>


Ton Schalke wrote:
> I have a form with outstanding changes, but I don't want to save them or
> have forms asking me to save them. In the form I have made two triggers:
> key-exit en when-window-closed. Both have the same code:
> exit_form(no_validate). Works fine. But if I start another form with
> new_form, then forms starts asking me 'Do you want to save the changes
> you have made?'. Does anybody know which trigger I can use to prevent
> this?

Just before you issue the New_Form command, do this:

  CLEAR_FORM(NO_VALIDATE,FULL_ROLLBACK); Received on Wed Nov 10 1999 - 06:44:54 CET

Original text of this message