Pivot Chart not showing as object in code

D

Denver

When I add a pivot chart or table to my apsx page it is not showing up
as an object in my code, everything else shows up, buttons, etc, but no
OWC's. This makes it impossible to script against (I want to set a
default view). Is there any reason for this and how do I rectify it?

Thanks

Denver
 
R

Richard Ch

What are you trying to do?
something like this:
<object id=pivottable
classid='clsid:0002E55A-0000-0000-C000-000000000046'>
or this:
var oPivottable = new ActiveXobject("OWC11.Pivottable")
?
Ta,
Richard
 
D

Denver

It is like this in the HTML

<OBJECT id="PivotData" style="WIDTH: 502px; HEIGHT: 192px" height="192"
width="502" classid="clsid:0002E55A-0000-0000-C000-000000000046"
name="PivotData" VIEWASTEXT>

But I want to script in .NET, Sorry maybe I should have mentioned that

Thanks in advance

Denver
 
R

Richard

try to re-register owc11.dll
ta,
Richard
ps.
if you are using vs2005 then it's not supported...
 
D

Denver

No Joy

I tried with OWC 9 as well but nothing happens

Seems really odd

Any other ideas, I am using VS 200

Thanks

DK
 
D

Denver

No Joy

I tried with OWC 9 as well but nothing happens

Seems really odd

Any other ideas, I am using VS 2003

Thanks

DK
 
A

Alvin Bruney - MVP ASP.NET

confirmed

--
Regards,
Alvin Bruney

Shameless Author Plug
[The Microsoft Office Web Components Black Book with .NET]
www.lulu.com/owc, Amazon, Barnes & Noble etc
Forth-coming VSTO.NET
 

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