cogmm
February 22nd, 2000, 06:34 AM
I have a peice of code as shown below in Visual Basic 6.0 as below:
Public gBCCI As BCCI
Public Sub CreateObjects()
Set gBCCI.DEMO = CreateObject("Remote0.gRemote")
gBCCI.DEMO.Connect = "TYPE=HTTP.HTTPConnection;ADDR=http://127.0.0.1/TEST.ASP"
End Sub
When I try an compile it, I get the error "invalid use of property" (occurs on line 4 - gBCCI.DEMO.Connect..........). Could someone tell me what this means, and why it would occur?
thanks,
Graham McDaniel
Public gBCCI As BCCI
Public Sub CreateObjects()
Set gBCCI.DEMO = CreateObject("Remote0.gRemote")
gBCCI.DEMO.Connect = "TYPE=HTTP.HTTPConnection;ADDR=http://127.0.0.1/TEST.ASP"
End Sub
When I try an compile it, I get the error "invalid use of property" (occurs on line 4 - gBCCI.DEMO.Connect..........). Could someone tell me what this means, and why it would occur?
thanks,
Graham McDaniel