Detecting Navision Close

Is there any way to detect that Navision itself is closing? I’ve tried everywhere I can think of (dummy invisible forms, Codeunit 1, etc.), but I can’t find any way to achieve this. Any ideas? Waynewil

No, the only way to achieve this is by using automation. Then you have to subclass the navision window and capture the WM_CLOSE event. If your company has someone with VB or VC++ knowledge ask him if it is really important.

Can LogInEnd in CU1 help ?