| | |
Create Crystal Report using PHP, Mysql
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
Doesn't visual studio have a good crystal report utility?
Any way try calling it as a com object
$cr=new com("Crystal.CRPE.Application") or die("cannot load cr com");
$rn="F:\notes5\test.rpt";
$rap=$cr->OpenReport($rn);
Any way try calling it as a com object
$cr=new com("Crystal.CRPE.Application") or die("cannot load cr com");
$rn="F:\notes5\test.rpt";
$rap=$cr->OpenReport($rn);
Last edited by iamthwee; Sep 27th, 2006 at 2:45 pm.
*Voted best profile in the world*
•
•
Join Date: Sep 2006
Posts: 2
Reputation:
Solved Threads: 0
•
•
•
•
Hi
Pls tell me how to create a Crystal Report in php, mysql using com component
Thanks in advance
Arry :rolleyes:
[php]
$COM_Object = "CrystalReports11.ObjectFactory.1";
$objCom = new COM($COM_Object);
$crapp = $objCom->CreateObject("CrystalDesignRunTime.Application");
$creport = $crapp->OpenReport($my_report, 1);
[/php]
but got an error at
$objCom->CreateObject("CrystalDesignRunTime.Application");
are there any examples or tutorials available ... if there are please give me the links for them.
Thanks
Will anybody tell me book of crystal report with php?
Help as an alias
I think programming is great................
Tour Travel weblink by me and about Tour ,
Go To My Home Page and I m in Webdevelopment.
I think programming is great................
Tour Travel weblink by me and about Tour ,
Go To My Home Page and I m in Webdevelopment.
![]() |
Similar Threads
- Crystal Report & Code based Dataset (VB.NET)
- Crystal report in vb.net, printing problems (VB.NET)
- ASP.NET Crystal Report ODBC MySQL (ASP.NET)
- PHP and MySQL newbie introducing self (PHP)
- Crystal report (VB.NET)
Other Threads in the PHP Forum
- Previous Thread: Problem...in page navigation
- Next Thread: javascript inside PHP
| Thread Tools | Search this Thread |
.htaccess ajax apache api array beginner binary broken buttons cakephp checkbox class cms code cron curl database date directory display dynamic ebooks echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla limit link login loop mail mediawiki menu mlm mod_rewrite multiple mysql number oop paypal pdf php phpincludeissue phpmyadmin problem query radio random recursion regex remote script search server sessions sms soap source sp space speed sql subdomain syntax system table tag tutorial update upload url validation validator variable vbulletin video web webdesign websphere white xml youtube






