S
Shon
I have both OWC 10 & 11 installed on my PC. OWC has been working fine
using calls to OWC 10 asp pages.
However, for some strange reason, I'm now getting the message "Object
Doesn't Support This Property or Method: 'Pivot.ActiveView'" whenever
I try any of my owc pages. Accessing these same pages from other PCs
work correctly.
I've uninstalled/reinstalled both versions of OWC along with Office
2003 and still get the same error message. I'm not sure what I've done
to break it on my PC, but I'm at a loss on what to do next.
Here is some of the code that is causing the problem.
<OBJECT CLASSID="clsid:0002E552-0000-0000-C000-000000000046"
id="Pivot" style="width:95%;height:400"></OBJECT>
<br>
<SCRIPT Language = 'VBScript'>
Function Window_OnLoad()
'Build the Pivot Table
Pivot.ActiveView.TitleBar.Visible = True
Pivot.ActiveView.TitleBar.Caption = "iWire Report"
Pivot.ActiveView.TitleBar.Font.Name = "Tahoma"
Pivot.AllowDetails = False
Pivot.AllowPropertyToolbox = True
Pivot.DisplayToolbar = true
Pivot.ConnectionString = "Provider=SQLOLEDB.1;Data
Source=SQLServer;Initial Catalog=iWire;user
id=User;password=password;Persist Security Info=True;Client Cache
Size=25;Auto Synch Period=10000;"
Pivot.CommandText = "sp_iWire_Report"
End Function
</script>
Thanks,
Shon
using calls to OWC 10 asp pages.
However, for some strange reason, I'm now getting the message "Object
Doesn't Support This Property or Method: 'Pivot.ActiveView'" whenever
I try any of my owc pages. Accessing these same pages from other PCs
work correctly.
I've uninstalled/reinstalled both versions of OWC along with Office
2003 and still get the same error message. I'm not sure what I've done
to break it on my PC, but I'm at a loss on what to do next.
Here is some of the code that is causing the problem.
<OBJECT CLASSID="clsid:0002E552-0000-0000-C000-000000000046"
id="Pivot" style="width:95%;height:400"></OBJECT>
<br>
<SCRIPT Language = 'VBScript'>
Function Window_OnLoad()
'Build the Pivot Table
Pivot.ActiveView.TitleBar.Visible = True
Pivot.ActiveView.TitleBar.Caption = "iWire Report"
Pivot.ActiveView.TitleBar.Font.Name = "Tahoma"
Pivot.AllowDetails = False
Pivot.AllowPropertyToolbox = True
Pivot.DisplayToolbar = true
Pivot.ConnectionString = "Provider=SQLOLEDB.1;Data
Source=SQLServer;Initial Catalog=iWire;user
id=User;password=password;Persist Security Info=True;Client Cache
Size=25;Auto Synch Period=10000;"
Pivot.CommandText = "sp_iWire_Report"
End Function
</script>
Thanks,
Shon