Office 2K3 Toolpack

S

Sbarrier

I was wondering is there a "toolpack" for Office 2003 like there was for XP
and 2000? These had some great samples of the capabilites of OWC.

Thanks,

Shon
 
W

Wei-Dong XU [MSFT]

Hi Shon,

I aggree with Alvin. There is no one for Office 2003 now. For using the Office 2003 web component in the Office XP web component Toolpack, I'd
suggest you can directy change the Classid from OWC10 to OWC11 in each sample. After that, you can use the OWC11 in these samples.

For example, in the sample DrillThrough of OffXP toolpack, the sample page is located at: %programfiles%\Office Component Toolpack\Drillthrough
\Drillthrough.htm. You can open the page in one HTML editor or text editor and find the line:
<object class='ptdrillthrough' classid="clsid:0002E552-0000-0000-C000-000000000046" id="pt" width="518" height="384">
which is the Object definition of Pivottable 10. Comment it as below:
<!-- <object class='ptdrillthrough' classid="clsid:0002E552-0000-0000-C000-000000000046" id="pt" width="518" height="384"> -->

And write one new line there:
<object class='ptdrillthrough' classid="clsid:0002E55A-0000-0000-C000-000000000046" id="pt" width="518" height="384">

Reopen the page and then this sample will use the OWC11 pivottable instead of the old one.

Please feel free to let me know if you have any further questions.

Best Regards,
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
A

Alvin Bruney [MVP]

Further,
the reason for not providing a toolpack for the OWC for version 11 is
because microsoft felt that the architecture was not substantially change to
warrant this. I don't agree with this wholly because I think they could have
provided more advanced examples and tips and tricks. But that doesn't change
the case that it aint there.
 
W

Wei-Dong XU [MSFT]

Hi Alvin,

I treat your reply as the toolpack request on the OWC11. I have forwarded this to our wish program. Thanks!

Best Regards,
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
M

Michael Vardinghus

Will the drilltrough work with a 2000 component ? Dont know the number but
perhaps it is owc9....?

\Michael Vardinghus


Wei-Dong XU said:
Hi Shon,

I aggree with Alvin. There is no one for Office 2003 now. For using the
Office 2003 web component in the Office XP web component Toolpack, I'd
suggest you can directy change the Classid from OWC10 to OWC11 in each
sample. After that, you can use the OWC11 in these samples.
For example, in the sample DrillThrough of OffXP toolpack, the sample page
is located at: %programfiles%\Office Component Toolpack\Drillthrough
\Drillthrough.htm. You can open the page in one HTML editor or text editor and find the line:
<object class='ptdrillthrough'
classid="clsid:0002E552-0000-0000-C000-000000000046" id="pt" width="518"
height="384">
which is the Object definition of Pivottable 10. Comment it as below:
<!-- <object class='ptdrillthrough'
classid="clsid:0002E552-0000-0000-C000-000000000046" id="pt" width="518"
height="384"> -->
And write one new line there:
<object class='ptdrillthrough'
classid="clsid:0002E55A-0000-0000-C000-000000000046" id="pt" width="518"
height="384">
 
W

Wei-Dong XU [MSFT]

Hi Michael,

Yes, the office 2000 web component is OWC9.0. You can test this by modifying the CLSID from OWC10 pivottable to OWC9 pivottable. The CLSID of
OWC9 is: {0002E521-0000-0000-C000-000000000046}.

Best Regards,
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
W

Wei-Dong XU [MSFT]

Hi Alvin ,

You are welcome!

Best Regards,
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
M

Michael Vardinghus

Thanks

And will drill through work with this version ?


Wei-Dong XU said:
Hi Michael,

Yes, the office 2000 web component is OWC9.0. You can test this by
modifying the CLSID from OWC10 pivottable to OWC9 pivottable. The CLSID of
 

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