Home » Developer & Programmer » Forms » Form Caution
Form Caution [message #77664] Thu, 01 November 2001 03:34 Go to next message
chandrakanth
Messages: 16
Registered: October 2001
Junior Member
While COMMIT_FORM one caution box coming on the screen prompting ONE RECORD ADDED AND SAVED... My problem is how to hide that alert window. Because i put one button (push button) to serve the purpose( to commit_form). And hence i want to avoid that caution prompt comming on the screen

regards

----------------------------------------------------------------------
Re: Form Caution [message #77666 is a reply to message #77664] Thu, 01 November 2001 07:36 Go to previous messageGo to next message
pb
Messages: 18
Registered: December 2000
Junior Member
Create a PRE_FORM trigger at the form level and type the following

:SYSTEM.MESSAGE_LEVEL := 25;

----------------------------------------------------------------------
Re: Form Caution [message #77668 is a reply to message #77664] Thu, 01 November 2001 08:58 Go to previous message
Robin
Messages: 73
Registered: October 2001
Member
Dear chandrakanth acharya,
Just use the following code -

:system.message_level:=5;
commit;
:system.message_level:=0;

If u can/cannot solve this problem pls let me know.

Thanks
Robin

----------------------------------------------------------------------
Previous Topic: date field - need to group by month
Next Topic: Multiple Forms
Goto Forum:
  


Current Time: Fri Mar 29 01:43:40 CDT 2024