bedollandres
Posts: 48
|
| Posted: 10/31/2006, 8:56 AM |
|
I just upgraded to 3.1 and published the project, but I'm getting the following error:
Tipo de error:
Error de Microsoft VBScript en tiempo de ejecución (0x800A01A8)
Se requiere un objeto: 'Attributes'
/smarl/menu_op1.asp, línea 149
caused by this line in the page show method "Attributes.Show HTMLTemplate, "page:""
'Page Show Method @1-604C41ED
Sub Show(MainTpl)
CCSEventResult = CCRaiseEvent(CCSEvents, "BeforeShow", Me)
If NOT Visible Then _
Exit Sub
Set ChildControls = CCCreateCollection(Tpl, Null, ccsParseOverwrite, _
Array(lbl_estatus))
ChildControls.Show
Attributes.Show HTMLTemplate, "page:"
HTMLTemplate.Parse "main", False
MainTpl.Variable(Name) = HTMLTemplate.GetVar("main")
End Sub
'End Page Show Method
any one else with this problem?
_________________
bedollandres |