How to Send Custom Error & Close Spesific User's Nav Window

johannajohanna Member Posts: 369
Dear All,

I am using Navision 4 SP3. When my user idle, I have successfully killed that user by delete the session of that user.

So, in that user's navision window will show system's error message about the session of that user has been killed.

How to close that user's navision window if that user has been killed?

How to send custom error to that user's navision window?

Please help. Thank you.
Best regards,

Johanna

Comments

  • rhpntrhpnt Member Posts: 688
    johanna wrote:
    How to close that user's navision window if that user has been killed?How to send custom error to that user's navision window?
    I wouldn't bother with that. What's important is that a session has been released. The client will tell the user that the connection has been broken and he/she must restart the client in order to be able to work. Controlling the clients from the server brings us back to the "good old" days of terminal environments...
  • johannajohanna Member Posts: 369
    Thanks rhpnt...
    I think so... But, my customer want to do that and I want to know whether it is possible or not...
    Best regards,

    Johanna
  • rhpntrhpnt Member Posts: 688
    It's not only what your customer wants but also what the software can do - they have to meet in the middle.
  • SogSog Member Posts: 1,023
    If you can't modify the code where the error is launched, you cannot catch the error and replace it with a more "elegant" one.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • rhpntrhpnt Member Posts: 688
    Also don't bother with the company's organizational problems. If the users like to have the NAV client running the whole day, or even have multiple instances of the NAV client running and are so consuming sessions then those users have to be educated of the consequences or disciplined. It's not for the software to decide which session is to be killed.
  • johannajohanna Member Posts: 369
    Thank you very much, Sog & rhpnt :)
    Best regards,

    Johanna
Sign In or Register to comment.