Jump to content

Crystal report - PHP Helpppp!!!!


kriegz

Recommended Posts

Hello someone,

 

I need some help or a script/code for displaying a report from crystal report into a browser with php code

someone already gave me a script to open the *.rpt file (crystal report), there were no errors in this code but its only displaying a blank page rather than a report in a browser

 

Here is the code :

$cr=new com("Crystal.CRPE.Application") or die("cannot load cr com");

$rn="C:\WAMP\k\allreports\BS18A.rpt";

$rap=$cr->OpenReport($rn);

 

could anyone give me a help please !!! Hello Freaks ....

Link to comment
https://forums.phpfreaks.com/topic/40457-crystal-report-php-helpppp/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.