Re: Dev2000 Insert and Commit without visible block
From: Patrick Wolf <patrick.wolf_at_telekabel.at>
Date: 1998/01/31
Message-ID: <34d2f8d0.2869295_at_news.telekabel.at>#1/1
Patrick Wolf
Working for Scientific Games, Vienna
Date: 1998/01/31
Message-ID: <34d2f8d0.2869295_at_news.telekabel.at>#1/1
> However, I have attempted to perform
>an immediate COMMIT. My changes are saved to the database,
>but I get an error message stating there are 'No changes to
>save.'
Hi,
you can use the following code to disable this message.
:system.message_level := 5;
commit;
:system.message_level := 0;
Explanation of the problem:
Forms doesn't change the form/record status if you directly
insert/update/delete in a trigger/procedure. It only changes the
status if you change a base-table item.
hope this helps
Patrick
Patrick Wolf
Working for Scientific Games, Vienna
E-Mails: patrick.wolf_at_telekabel.at (private)
wolf_at_scigames.at (firm) Received on Sat Jan 31 1998 - 00:00:00 CET