Page 1 of 1

TeeChart on client side

Posted: Wed Jan 24, 2007 11:33 am
by 9527196
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

Posted: Wed Jan 24, 2007 11:37 am
by narcis
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?