TeeChart with PHP Script

TeeChart for ActiveX, COM and ASP
Post Reply
acumen
Newbie
Newbie
Posts: 3
Joined: Thu Apr 21, 2005 4:00 am

TeeChart with PHP Script

Post by acumen » Wed Aug 01, 2007 11:54 am

I want to use teechart ActiveX control with php script....can any one please guide me in this regards?

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

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
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

acumen
Newbie
Newbie
Posts: 3
Joined: Thu Apr 21, 2005 4:00 am

Post by acumen » Thu Aug 02, 2007 4:41 am

thanks for the suggestion.

acumen
Newbie
Newbie
Posts: 3
Joined: Thu Apr 21, 2005 4:00 am

Post by acumen » Wed Dec 19, 2007 9:09 am

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

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Dec 24, 2007 10:40 am

Hi,

how about :

new COM("TeeChart.TChart")

?

Post Reply