TeeChart on client side

TeeChart for ActiveX, COM and ASP
Post Reply
roadboss
Newbie
Newbie
Posts: 1
Joined: Thu Jun 16, 2005 4:00 am

TeeChart on client side

Post by roadboss » Wed Jan 24, 2007 11:33 am

Hi, i am testing TeeChart to go in an ASP page and to call TeeChart object in client side. In my project, it is considered that the client already got TeeChart activex installed in each machine.

Following code goes between VBScript tags...
<script language="vbscript" >
set newTeeChart1 = document.createElement("<OBJECT ID='TChart1' WIDTH='450' HEIGHT='290' _ CLASSID='CLSID:FAB9B41C-87D6-474D-AB7E-F07D78F2422E'></OBJECT>")
</script>

My question is, I have tried tchart12.Import.LoadFromURL "http://www.steema.com/demo.tee" to load chart data, but fails.

Kavee

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

Post by Narcís » Wed Jan 24, 2007 11:37 am

Hi Kavee,

Does this fail in the client machine, in local machine or both?
In my project, it is considered that the client already got TeeChart activex installed in each machine.
Please read Tutorial 18 - TeeChart runtime installation requirements on how to install TeeChart at the client if it is not installed.

Also, have you looked at the ASP Server Examples demo available at TeeChart's program group?
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

Post Reply