TeeChart with PHP Script
TeeChart with PHP Script
I want to use teechart ActiveX control with php script....can any one please guide me in this regards?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi acumen,
ActiveX controls may be used with PHP. You can find some documentation at:
Syntax for creating Com objects in PHP:
http://www.php.net/manual/es/class.com.php
FAQ for COM objects in PHP (note that COM events aren't handled in PHP)
http://www.php.net/manual/es/faq.com.php
ActiveX controls may be used with PHP. You can find some documentation at:
Syntax for creating Com objects in PHP:
http://www.php.net/manual/es/class.com.php
FAQ for COM objects in PHP (note that COM events aren't handled in PHP)
http://www.php.net/manual/es/faq.com.php
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 |
Can any one please tell me what would be the name of param when we will use TeeChart7.ocx....
e.g, we are using new COM("excel.application") in case of excel, here we have passed "excel.application" as param, so what would be we use in case of TeeChart7.ocx?
e.g, we are using new COM("excel.application") in case of excel, here we have passed "excel.application" as param, so what would be we use in case of TeeChart7.ocx?
narcis wrote:Hi acumen,
ActiveX controls may be used with PHP. You can find some documentation at:
Syntax for creating Com objects in PHP:
http://www.php.net/manual/es/class.com.php
FAQ for COM objects in PHP (note that COM events aren't handled in PHP)
http://www.php.net/manual/es/faq.com.php