Hi All,
Am quite new into this MBS Navision and having a great problem. We are using Novell Groupwise as a mail system and having the following problem when trying to send a from within navision.
Going onto the debtor card and clicking onto the email ikon gives me the follwing error:
call to member send failed. NSAppHanlder returned the follwing messge: Overflow.
This will happen when there is a valid email address in the email field. However clearing the field and pushing the email button will directly bring me into my email (groupwise) program.
Is there anyone out there who can tell me what to do?
Thanks
0
Comments
You could try and find Codeunit 397 Mail in Navision 4.0 - it does not use NSAppHandler anymore - it uses new dll called OLHandler.dll (which you should also take from Navision 4.0 and regiser manually using regsvr32 command from the windows command line)...
I believe then you could simply overwrite your codeunit 397 with the one from 4.0.
Dmitry
Hi,
I have the same scenario described by kub.
And my first chance was to implement 397 codeunit of Navision 4.00 registering manually the new OLHandler.dll.
I regret that the result is different than waited because now my Navision client - 3.60 version - is crashed, closing just after executing my new programmed code. ](*,)
Do you know anything about this?
Thank you very much.