Re: Rollback in Forms..
Date: Tue, 19 Oct 1999 16:52:52 +0800
Message-ID: <7uhb7u$h3s_at_netnews.hinet.net>
The on-line help wrote "If you use a PL/SQL ROLLBACK statement in an
anonymous block or a user-defined subprogram, Form Builder interprets that
statement as a CLEAR_FORM built-in subprogram with no parameters.
"
Olivier Régis ¼¶¼g©ó¤å³¹ <7uh5ih$db6$1_at_news.worldcom.ch>...
>I want to have a rollback button which refreshs back the old data in
Forms..
>
>My first idea was:
>
>in the when-button.... trigger:
>
>some check if rollback can be done,
>
>ROLLBACK
>go_block(master_block)
>/* the "Where clause" un the block proporties is already set to the good
>record */
>EXECUTE_QUERY;
>
>each time, the rollback ask if the user wants to save the changes..
>
>Why?--
>
>Any advices welcome
>
>Olivier
>
>===================================================
>
>
Received on Tue Oct 19 1999 - 10:52:52 CEST