NAV 2013

naveksanaveksa Member Posts: 5
edited 2013-09-10 in NAV Three Tier
Hi,
We have a strange problem. We have programmed a bespoke NAV application which initially reads data from an Excel spreadsheet.
Everything works fine until we want to leave the application. Then everything freezes up, and we have to kill the session via the Task Manager. It seems like NAV holds on to the Excel file until the application is terminated. Also it seems there might be a pop-up box or a message which can not be delivered inside NAV. We would appriciate possible clues for a solution to this problem. Best regards Bent Korsgaard, NAVEKSA

Comments

  • SogSog Member Posts: 1,023
    1 - When launching Excel from code, you should also shutdown excel from code.
    2 - Be wary of calling macro's since they could contain dialogs.
    3 - Without code, we can only guess what's wrong
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • naveksanaveksa Member Posts: 5
    Thank you very much for your reply. It sounds right. But we are using ther Excel buffer approach. Apparently it should close itself. However it does not seem to be the case ?
Sign In or Register to comment.