Re: PHP and Crystal Reports
Re: PHP and Crystal Reports
i am pretty sure that crystal reports is only for windows based programming, not web based...
Re: PHP and Crystal Reports
You need the web enterprize version of CR to preview on a web page but even with the regular desktop windows version you can use ADO to connect to most databases for populating the report.
To send parameters to it you will probably need to pass them in a querystring and parse and pass to your database query upon navigating to the cr page.
Re: PHP and Crystal Reports
idk if this will help you:
http://www.crystalreports.com/jump/g/crdc/default.asp?s_kwcid=crystal%20reports%20web|1337027534
Re: PHP and Crystal Reports
That costs $29.99 per user and is a hosting service provider. If you want to share the report internally on your own intranet you wouldnt be able to do it. They may have private access by user but I wouldnt trust sensitive information to be reported on it.
Re: PHP and Crystal Reports
thanks a lot folks...
if crystal reports not web based application...
is there any way to print custom designed reports via PHP?
Re: PHP and Crystal Reports
CR Enterprize is a web based app.
What type of custom reports? If you output it to the web browser as a regular page then the users can simply print that.
Re: PHP and Crystal Reports
Quote:
Originally Posted by RobDog888
CR Enterprize is a web based app.
What type of custom reports? If you output it to the web browser as a regular page then the users can simply print that.
Thank you...
I tried to print it directly but still formatting and text alignment are better in CR..
anyway I appreciate your posts guys :)