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.
Need HTML OBJECT code for TeeChart8.cab
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |