Create Crystal Report using PHP, Mysql

Reply

Join Date: Sep 2006
Posts: 2
Reputation: arry004 is an unknown quantity at this point 
Solved Threads: 0
arry004 arry004 is offline Offline
Newbie Poster

Create Crystal Report using PHP, Mysql

 
0
  #1
Sep 27th, 2006
Hi
Pls tell me how to create a Crystal Report in php, mysql using com component

Thanks in advance

Arry :rolleyes:
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,266
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 377
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: Create Crystal Report using PHP, Mysql

 
0
  #2
Sep 27th, 2006
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);
Last edited by iamthwee; Sep 27th, 2006 at 2:45 pm.
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 2
Reputation: arry004 is an unknown quantity at this point 
Solved Threads: 0
arry004 arry004 is offline Offline
Newbie Poster

Re: Create Crystal Report using PHP, Mysql

 
0
  #3
Sep 28th, 2006
Originally Posted by arry004 View Post
Hi
Pls tell me how to create a Crystal Report in php, mysql using com component

Thanks in advance

Arry :rolleyes:
Hi.... thnx for your reply ... but it dosent work with crystal report 11. I tried using ----->

[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
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 213
Reputation: nikesh.yadav is an unknown quantity at this point 
Solved Threads: 17
nikesh.yadav's Avatar
nikesh.yadav nikesh.yadav is offline Offline
Posting Whiz in Training

Re: Create Crystal Report using PHP, Mysql

 
0
  #4
Jul 30th, 2008
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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC