Home » Developer & Programmer » Forms » Form Caution
Form Caution [message #77664] |
Thu, 01 November 2001 03:34  |
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   |
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  |
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
----------------------------------------------------------------------
|
|
|
Goto Forum:
Current Time: Fri May 02 15:18:59 CDT 2025
|