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
TeeChart on client side
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Kavee,
Does this fail in the client machine, in local machine or both?
Also, have you looked at the ASP Server Examples demo available at TeeChart's program group?
Does this fail in the client machine, in local machine or both?
Please read Tutorial 18 - TeeChart runtime installation requirements on how to install TeeChart at the client if it is not installed.In my project, it is considered that the client already got TeeChart activex installed in each machine.
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 |
Instructions - How to post in this forum |