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.