Hello everyone
Version: Navision 5.0 SP1 (5.0 SP1)
The Problem occours in codeunit 397.
I went through the code with the debugger and it get's stuck on this line:
IF (NOT OApplication.Logon(TRUE,'','',FALSE,FALSE)) THEN BEGIN
Full Code:
IF (NOT OApplication.Logon(TRUE,'','',FALSE,FALSE)) THEN BEGIN
OApplication.Logoff;
MailSent := FALSE;
EXIT
END;
Does anybody have any clue what it could be?
It appears on every client but not everytime, just randomly.
Thanks for your help.