Unable to load owc object

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>
 
A

Alvin Bruney [MVP]

have a look at tinyurl.com/27cok, there is a sample of code on how to sniff
for the owc. Modify the sniffer code to work accordingly
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top