Re: Rollback in Forms..
From: Guenter Huerkamp <guenter-huerkamp_at_t-online.de>
Date: Tue, 19 Oct 1999 18:40:29 +0200
Message-ID: <380C9EFC.71C1C464_at_t-online.de>
Date: Tue, 19 Oct 1999 18:40:29 +0200
Message-ID: <380C9EFC.71C1C464_at_t-online.de>
Try
clear_block(NO_VALIDATE);
Günter
"Olivier Régis" schrieb:
> 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 - 18:40:29 CEST