O
Om Prakash
Hi ,
I am working with OWC Spreadsheet object.
I want if one version (owc11) of Spreadsheet object fails then another
version (owc10) of spreadSheet should be load. My problem is When i m
trying to do this both object comes which is installed in my system
means owc11 and owc10 (spreadsheet object) in same page.Can any one have
solution for this problem.
I am using this segment of Code.
<!-- Try to include OWC11 -->
<object classid="clsid:0002E559-0000-0000-C000-000000000046" id="oSP10"
style="display:none">
<!-- Failed, try to include OWC10 -->
<object classid="clsid:0002E551-0000-0000-C000-000000000046" id="oSP9"
style="display:none">
<!-- None found -->
Failed to load any of the spreadsheet components.
</object>
</object>
I am working with OWC Spreadsheet object.
I want if one version (owc11) of Spreadsheet object fails then another
version (owc10) of spreadSheet should be load. My problem is When i m
trying to do this both object comes which is installed in my system
means owc11 and owc10 (spreadsheet object) in same page.Can any one have
solution for this problem.
I am using this segment of Code.
<!-- Try to include OWC11 -->
<object classid="clsid:0002E559-0000-0000-C000-000000000046" id="oSP10"
style="display:none">
<!-- Failed, try to include OWC10 -->
<object classid="clsid:0002E551-0000-0000-C000-000000000046" id="oSP9"
style="display:none">
<!-- None found -->
Failed to load any of the spreadsheet components.
</object>
</object>