Hi all
Is there an event that shows that the user is trying to create a User Defined Field? When a user tries to create a UDF while my add-on is running they get the familiar message, that there are other users attached to the database with a reference to the local PC. That's not really a surprise as the add-on has a connection to the database.
The question is how do I detect that the user has accepted that all windows will be closed so I can detach my add-on from the database as well? I can't find any reference to an event that tells me this.
Best regards
Jesper Carstensen
Hi,
I havent found any way to catch any DI event. I don´t think it is possible.
But you could catch the click event from the UI that throws that process. More experienced developers should know how to do this (I´m still a novice).
Regards,
Ibai Peñ
Add a comment