Hello,
I'm a VB6 programmer and I'm writting a simple tool to
start a new message window in GW5.5 included mail-address,
subject and attachment in the command line. This should run
if GW is running the with "NewMail()" and if GW isn't
running GW should be started from the LAN (about 30
senconds starting time) and the "NewMail()". Ok,
tokenization is no problem. But I get most of the time a
runtime error "Runtime Error 80010105
Sometimes the error appears with the command
Set GWCOMM = CreateObject("GroupWiseCommander"
And there is no error the error message appears at the
command
GWCOMM.Execute("NewMail()", sResult).
I don't know what to do anymore!
Thanks for any help!
Reinhard Sojer
I'm a VB6 programmer and I'm writting a simple tool to
start a new message window in GW5.5 included mail-address,
subject and attachment in the command line. This should run
if GW is running the with "NewMail()" and if GW isn't
running GW should be started from the LAN (about 30
senconds starting time) and the "NewMail()". Ok,
tokenization is no problem. But I get most of the time a
runtime error "Runtime Error 80010105
Sometimes the error appears with the command
Set GWCOMM = CreateObject("GroupWiseCommander"
And there is no error the error message appears at the
command
GWCOMM.Execute("NewMail()", sResult).
I don't know what to do anymore!
Thanks for any help!
Reinhard Sojer