question [message #81054] |
Wed, 01 January 2003 03:09 |
huda
Messages: 1 Registered: January 2003
|
Junior Member |
|
|
Hi !
How can we change the message text of the system message with the following text (do you want to save the changes you have made).
On another way how can i catch this message be for displaying it to end user
For example:
If I have two blocks (master/detail) and both of them are multi record when I go to the detail block for any record from the master block and make some changes and then go back to another record in the master block with out saving changes, the above message will appear on screen.
Thanks.
huda
|
|
|
Re: question [message #81058 is a reply to message #81054] |
Thu, 02 January 2003 00:08 |
Balamurugan.R
Messages: 91 Registered: March 2001
|
Member |
|
|
Hai,
In Pre-form trigger, write
:system.message_level=5
the number 5,10,15,20,25.
If u further need details about message_level , see
ur help in form builder.
Let me know, is this useful for u.
With Reg,
Balamurugan.R
|
|
|
|