kriegz Posted February 28, 2007 Share Posted February 28, 2007 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 More sharing options...
Archadian Posted February 28, 2007 Share Posted February 28, 2007 I don't know if this will work but try this: $rn="C:\\WAMP\\k\\allreports\\BS18A.rpt"; Link to comment https://forums.phpfreaks.com/topic/40457-crystal-report-php-helpppp/#findComment-195765 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.