944,050 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 59826
  • PHP RSS
Sep 27th, 2006
-1

Create Crystal Report using PHP, Mysql

Expand Post »
Hi
Pls tell me how to create a Crystal Report in php, mysql using com component

Thanks in advance

Arry :rolleyes:
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
arry004 is offline Offline
2 posts
since Sep 2006
Sep 27th, 2006
0

Re: Create Crystal Report using PHP, Mysql

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.
Featured Poster
Reputation Points: 1536
Solved Threads: 431
Posting Expert
iamthwee is offline Offline
5,865 posts
since Aug 2005
Sep 28th, 2006
0

Re: Create Crystal Report using PHP, Mysql

Click to Expand / Collapse  Quote originally posted by arry004 ...
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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
arry004 is offline Offline
2 posts
since Sep 2006
Jul 30th, 2008
0

Re: Create Crystal Report using PHP, Mysql

Will anybody tell me book of crystal report with php?
Reputation Points: 15
Solved Threads: 21
Posting Whiz in Training
nikesh.yadav is offline Offline
219 posts
since Feb 2008
May 31st, 2010
0
Re: Create Crystal Report using PHP, Mysql
$COM_Object = "CrystalReports11.ObjectFactory.1";
$objCom = new COM($COM_Object);

$crapp = $objCom->CreateObject("CrystalDesignRunTime.Application");
$creport = $crapp->OpenReport($my_report, 1);
Reputation Points: 10
Solved Threads: 0
Newbie Poster
monu82sona is offline Offline
1 posts
since May 2010
Aug 16th, 2010
0
Re: Create Crystal Report using PHP, Mysql
how to create report in php
Reputation Points: 10
Solved Threads: 0
Newbie Poster
hemantsahu is offline Offline
1 posts
since Aug 2010

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: bmp file upload error
Next Thread in PHP Forum Timeline: Does php support video conferencing





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC