In Key-Commit Trigger
i did the folowing code:
----------------------------
DECLARE
button number;
BEGIN
IF Show_Alert('ALERT_CONFERM_SAVING') =alert_button1 THEN
IF :SYSTEM.FORM_STATUS = 'CHANGED' THEN
COMMIT_FORM ;
CLEAR_MESSAGE;
End IF ;
End IF ;
END;
The above code is workinfg just fine if no changes made in the form ,
but after the insert i pressed the save button i
Got the folowing message again
FRM-40405 No Changes to Save
Regards,
Abdetu..