Re: populating detailblock after change

From: Robert Meerwaldt / Heleen van Beekhuizen <meerwaldNOSPAM_at_worldonline.nl>
Date: Fri, 30 Mar 2001 00:19:51 +0200
Message-ID: <9a0cbs$l57$1_at_nereid.worldonline.nl>


How about doing a re-query after committing your updates ??? something like:

.......(your update commands);
commit;
if not form_failure
then execute_query;
end if;

Good luck!!

Robert

"Jan Schäfer" <schaefer_at_kksl.uni-leipzig.de> schreef in bericht news:99puct$abi$1_at_news.uni-leipzig.de...
> Hi,
>
> that´s what I want to do:
>
> I change some data in the detailblock and after saving I want to reload
 the
> data in the detailblock because some lines should not be shown in the form
> after the change (they don`t fit into the WHERE clause anymore). I can´t
> delete them because I need them saved in the database.
>
> How can I force forms to reload the data in the detailblock or to exclude
> the records that don´t fit into the WHERE clause anymore?
>
> Thanks in advance,
>
> Jan
>
>
Received on Fri Mar 30 2001 - 00:19:51 CEST

Original text of this message