Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: exit form without committing

Re: exit form without committing

From: Reidel Jogie <reidel_at_usa.net>
Date: Wed, 06 Jun 2001 01:42:10 GMT
Message-ID: <STfT6.55836$G5.12219724@news1.rdc1.md.home.com>

You can probably start by making sure that the trigger that you created is being invoked. It may have been created in the wrong place.

In article <9fimdb0253l_at_enews3.newsguy.com>, "Omar Malik" <obNOSPAMmar_at_hotmail.com> wrote:

> Hello
> I am having a weird problem with exiting forms. I would like to abe
> able to exit the form and ask the user if they want to save changes. In
> my code I have
> exit_form (no_commit) when 'no' is clicked. But even if 'no' is
> clicked, because the user might have added stuff to some of the tables
> in the database, everything is saved in the database and there is no way
> of users to be able to exit form without saving changes. Please let me
> know if there is a way to do this without having to delete stuff from
> all the tables that were accessed.
>
> Thanks
>
>
Received on Tue Jun 05 2001 - 20:42:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US