Page 1 of 1

TeeChart with PHP Script

Posted: Wed Aug 01, 2007 11:54 am
by 9526710
I want to use teechart ActiveX control with php script....can any one please guide me in this regards?

Posted: Wed Aug 01, 2007 2:05 pm
by narcis
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

Posted: Thu Aug 02, 2007 4:41 am
by 9526710
thanks for the suggestion.

Posted: Wed Dec 19, 2007 9:09 am
by 9526710
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?


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

Posted: Mon Dec 24, 2007 10:40 am
by Pep
Hi,

how about :

new COM("TeeChart.TChart")

?