Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error occurs while CreateObject in VB

Status
Not open for further replies.

gebro

IS-IT--Management
Nov 14, 2001
1
AT
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top