Our users sometimes exit out of Navision inadvertently by closing the Navision window.
Can they be asked to confirm before exiting? If so, where should the code be placed?
There is already a posting about this, but it only works if the user closes the main menu form before exiting. In our case, the user is just closing the Navision window -- not the main menu.
Beth Hagan
0
Comments
IF NOT CONFIRM('do you really want to close \' +
' Navision Financials?',FALSE) THEN
ERROR('');
EXIT(CONFIRM('Are you sure you want to close Navision Main Menu ?',FALSE)); <img border="0" title="" alt="" src="images/smiles/icon_cool.gif" />