Capturing Forms Message Input [message #171082] |
Mon, 08 May 2006 05:19 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
nirmalnarayan
Messages: 261 Registered: April 2005 Location: India
|
Senior Member |
|
|
Whenever a user tries to close a form after making any changes, the form issues a default message window
asking whether to save the changes made, with three buttons for user input namely 'yes' , 'no', 'cancel'. how can we capture the user input to this default message window and code an appropriate programmatically defined action, rather than the default form action.
Thanks,
Nirmal
|
|
|
Re: Capturing Forms Message Input [message #171099 is a reply to message #171082] |
Mon, 08 May 2006 06:55 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
jowahl
Messages: 82 Registered: May 2006
|
Member |
|
|
i think you have to write this procedure.
for example:
on KEY-EXIT trigger check, if :SYSTEM.STATUS = 'CHANGED'
in this case raise an alert ("Do you want to commit ...") and depending on the user selection execute some code.
|
|
|
Re: Capturing Forms Message Input [message #171195 is a reply to message #171099] |
Mon, 08 May 2006 23:52 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
nirmalnarayan
Messages: 261 Registered: April 2005 Location: India
|
Senior Member |
|
|
I don't want to write any new message. I only need to capture the user input for the default message and navigate to some other form. My problem how to capture the user input for the default message.
Thanks,
Nirmal
|
|
|