custom.pll [message #110369] |
Mon, 07 March 2005 01:49 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
a.prashanth
Messages: 3 Registered: March 2005 Location: India
|
Junior Member |
|
|
i want to do attach a coding in custom.pll after the save button has been clicked how can i trap it pls help
|
|
|
Re: custom.pll [message #110516 is a reply to message #110369] |
Tue, 08 March 2005 06:35 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
adragnes
Messages: 241 Registered: February 2005 Location: Oslo, Norway
|
Senior Member |
|
|
Quote: | i want to do attach a coding in custom.pll after the save button has been clicked
|
This depends on the form. Which events that are sent to the CUSTOM Library varies from form to form. To find out whether there are any events that are fired when you press the Save button do as follows:
- Open the form you want to extend.
- Enter whatever it is you want to save.
- Go to the Help menu and select Diagnostics>CUSTOM Code>Show Events (I am a bit hazy on the exact wording, sorry)
- Press the Save button and note down any events.
The option described above in step 3 causes a dialog to be displayed whenever an event passed to the CUSTOM Library occurs. The dialog displays the name of the event and the name of the current form, block and item. This trick is invaluable when designing CUSTOM Library and Forms Personalization (if you are on 11.5.10) extensions.
|
|
|