N
Nathaniel Richards
I am running a website for a company that runs Office 2k
across its enterprise. The website uses the OWC9 (office
2k version of the OWC) for displaying some data for
reporting purposes.
Here is an example OBJECT tag:
<object id=Spreadsheet1 style="LEFT: 0px; TOP: 0px"
height="85%" width="100%" classid=clsid:0002E510-0000-0000-
C000-000000000046 VIEWASTEXT>
<param name="HTMLURL" value="">
<param name="DataType" value="CSVDATA">
<param name="CSVData" value="<%=RemoveQuotes
(sdata)%>">
<param name="AutoFit" value="-1">
<param name="DisplayColHeaders" value="-1">
<param name="DisplayGridlines" value="-1">
<param name="DisplayHorizontalScrollBar" value="-
1">
<param name="DisplayRowHeaders" value="-1">
<param name="DisplayTitleBar" value="-1">
<param name="DisplayToolbar" value="-1">
<param name="DisplayVerticalScrollBar" value="-1">
<param name="EnableAutoCalculate" value="-1">
<param name="EnableEvents" value="-1">
<param name="MoveAfterReturn" value="-1">
<param name="MoveAfterReturnDirection" value="0">
<param name="RightToLeft" value="0">
<param name="ViewableRange" value="1:65536">
</object>
I did not write the original version of the site, but am
in charge of maintaining it now.
Recently our IT guy took it upon himself to upgrade a few
people to Office 2003 without speaking to anyone else.
They can no loger use these pages, as the ActiveX DLL
cannot be loaded to serve up this GUID now.
A few questions:
1) Are the successive OWC versions not backward-
compatible? I.e. shouldn't a new form of the client be
able to support activation requests for older
GUIDs/versions?
2) I looked in one of these Office 2k3 Machines'
registries and found the only location for this GUID in
the "HKLM\Software\Microsoft\Internet Explorere\ActiveX
Compatibility" key. Compatibility Flags was set to:
0x00040000. Any ideas on this? I'm not that familiar
with the function of this particular area of the registry.
3) What's the easiest way to fix this?
Thanks!
Nate
across its enterprise. The website uses the OWC9 (office
2k version of the OWC) for displaying some data for
reporting purposes.
Here is an example OBJECT tag:
<object id=Spreadsheet1 style="LEFT: 0px; TOP: 0px"
height="85%" width="100%" classid=clsid:0002E510-0000-0000-
C000-000000000046 VIEWASTEXT>
<param name="HTMLURL" value="">
<param name="DataType" value="CSVDATA">
<param name="CSVData" value="<%=RemoveQuotes
(sdata)%>">
<param name="AutoFit" value="-1">
<param name="DisplayColHeaders" value="-1">
<param name="DisplayGridlines" value="-1">
<param name="DisplayHorizontalScrollBar" value="-
1">
<param name="DisplayRowHeaders" value="-1">
<param name="DisplayTitleBar" value="-1">
<param name="DisplayToolbar" value="-1">
<param name="DisplayVerticalScrollBar" value="-1">
<param name="EnableAutoCalculate" value="-1">
<param name="EnableEvents" value="-1">
<param name="MoveAfterReturn" value="-1">
<param name="MoveAfterReturnDirection" value="0">
<param name="RightToLeft" value="0">
<param name="ViewableRange" value="1:65536">
</object>
I did not write the original version of the site, but am
in charge of maintaining it now.
Recently our IT guy took it upon himself to upgrade a few
people to Office 2003 without speaking to anyone else.
They can no loger use these pages, as the ActiveX DLL
cannot be loaded to serve up this GUID now.
A few questions:
1) Are the successive OWC versions not backward-
compatible? I.e. shouldn't a new form of the client be
able to support activation requests for older
GUIDs/versions?
2) I looked in one of these Office 2k3 Machines'
registries and found the only location for this GUID in
the "HKLM\Software\Microsoft\Internet Explorere\ActiveX
Compatibility" key. Compatibility Flags was set to:
0x00040000. Any ideas on this? I'm not that familiar
with the function of this particular area of the registry.
3) What's the easiest way to fix this?
Thanks!
Nate