on 2012 May 09 2:40 PM
Hi,
I have a situation that when user closes the form( 'X' at top right corner of the UD form) , then i need to truncate the table.
Is there any event that works on when 'X' is clicked?
Thanks In advance
Request clarification before answering.
Hi Ravii,
Here's how I tackle the problem of triggering code when a user closes a particular form:
http://scn.sap.com/thread/2006198
Kind Regards,
Owen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes,
When you click the red X, B1 will trigger the form_close event (you'll get both the before and afteer) and the form_unload event (before and after).
You can see that for yourself by downloading the Event Viewer executable which shows all the events associated with the instance of the currently running B1 client. It shows them whether or not you are filtering for them in your addon or not.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
92 | |
39 | |
8 | |
5 | |
3 | |
3 | |
3 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.