JakeBullet wrote:I have noticed that if there is a bad sub then it seems that anything below it fails to init too. I am looking into this.
Found IT!
23rd August 2008 - There was an issue with our name caching server at around 08:00AM GMT. It has been fixed.
JakeBullet wrote:I have noticed that if there is a bad sub then it seems that anything below it fails to init too. I am looking into this.
ehHaLabelChgCaption "scrSecuA","DoorT", g_oGbl.EH_PH_CALL_RETVAR("string( ph_getx10dt('Q2'), 'mm/dd/yy h:mm am/pm')")resp = g_oGbl.EH_PH_CALL_RETVAR("string( ph_getx10dt('Q2'), 'mm/dd/yy h:mm am/pm')")
msgbox resp
ehHaLabelChgCaption "scrSecuA","DoorT", resp'==================================================
Function ehCleanUpCRLF(sInVar)
Dim sTemp
sTemp = Replace(sInVar, Chr(10), "")
sTemp = Replace(sTemp, Chr(13), "")
ehCleanUpCRLF = sTemp
End Function
string( ph_getx10dt('Q2'), 'mm/dd/yy h:mm am/pm')=== 2/23/2008 7:37:40 AM ====================
--Desc: Error running script --> ON_SNAPIN_SWITCH -- Object doesn't support this property or method
--Line: 0
--Src: eHomeClient.modMain.SetScreen
Maybe check your g_oGbl.EH_PH_CALL_RETVAR code for stripping extra cr/lf's? I know, in this case, that there are none returned by the function I'm using...
TonyNo wrote:OK, that was actually one concern of mine.
Bug:
If you have two screens with the same description, things go bad.
TonyNo wrote:Digging into this one...
=== 2/23/2008 11:28:09 AM ====================
--Desc: Type mismatch
--Line: 1530
--Src: eHomeScrnEditor.clsCtrls.Prep4Action
Return to HA Stuff - Powerhome
Users browsing this forum: No registered users and 1 guest