Posted by Les Toeplitz on September 25, 2015 at 13:54:20:
In Reply to: Re: CometLib posted by Barbara Brazil on September 25, 2015 at 12:29:18:
Comet Explorer works ok. I'm trying to make some code changes in a VB6 source program. I test the code using debug mode but it will not get passed the f.initialize command. The CometLib 1.0 Type Library is set in References. No errors other than the incapacity to communicate with Comet. No LOG items. It's acting like comet just isn't running.Here's the snippit. Pretty straight forward.
Dim f As CometLib.CometFiles
On Error GoTo NoComet
Set f = New CometLib.CometFiles
f.Initialize ("Comet")
go so something ...
NoComet:
MsgBox "Unable to communicate with Comet - contact Data Processing", _
vbCritical, "Comet Alert"
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.