Need HTML OBJECT code for TeeChart8.cab

TeeChart for ActiveX, COM and ASP
Post Reply
cakiger
Newbie
Newbie
Posts: 4
Joined: Thu Sep 13, 2007 12:00 am

Need HTML OBJECT code for TeeChart8.cab

Post by cakiger » Thu Sep 13, 2007 2:37 pm

I was intially using the following HTML to download TeeChart7.cab and it worked:

<OBJECT classid="CLSID:FAB9B41C-87D6-474D-AB7E-F07D78F2422E"
codebase="activeX/Teechart7.cab#version=7,0,0,8"
id=TChart1
TYPE="application/x-oleobject"
width=800
height=400
align=center
hspace=0
vspace=0>
</OBJECT>

Now that we have the signed version of TeeChart8.cab, I've tried the above, modified in the following way according to version 8 help:

<OBJECT classid="CLSID:FAB9B41C-87D6-474D-AB7E-F07D78F2422E"
codebase="activeX/Teechart8.cab#version=8,0,0,0"
id=TChart1
TYPE="application/x-oleobject"
width=800
height=400
align=center
hspace=0
vspace=0>
</OBJECT>

The activeX is no longer being downloaded successfully. The ClassID shows up in the IE Objects ActiveX list with status Unknown. The signed cab file Teechart 8 is located in the activeX folder referenced above. The example html page included with the TeeChart8.cab file does not work either, although it is referencing version 7.

I need to get this resolved as soon as possible. Any help/information is appreciated.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Sep 13, 2007 3:06 pm

Hi cakiger,

You should try changing the CLSID to BDEB0088-66F9-4A55-ABD2-0BF8DEEC1196 as described at Upgrading from TeeChart v7.pdf. You'll find all GUIDs in guids.txt in the Utilities folder under TeeChart's installation path.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

cakiger
Newbie
Newbie
Posts: 4
Joined: Thu Sep 13, 2007 12:00 am

Post by cakiger » Thu Sep 13, 2007 3:31 pm

Thanks! I figured it was something with the CLSID and sure enough everything works again. I'll remember to reference that file again in the future, instead of the documentation.

Post Reply