[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
RE: SlimP3 - XPL = Homeseer 2
Hi John,
As Tony says, this looks like a problem creating the HS object.
CreateObject should work fine from within xPLHal - I use it to do stuff
with databases using ADO.
Can you try putting the following lines into a file in Notepad:
Set hs = CreateObject("HomeSeer.Application")
hs.Writelog "XPL","M2"
hs.ExecX10 "M2", "on", 0, 0
Set hs = Nothing
Then save it as a VBS file and try running it.
If it fails with the same error (Object variable or with block variable
not set) then you know it's an error within HS.
If it works, then we need to look at why it doesn't work from within
xPLHal.
HTH,
John
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|