I need some help on this

HI, i just want to ask some help…I have created a report in crystal report…is this possible to call this .rpt files and view this in PDF format ?..

I need your help please.

Thank you in advance.

You just have to set the export content type appropriately. A quick google search should give you a number of ways to do it programatically (it’s been a while since I’ve had to do it)

Hi thank you for the reply…I forgot to mention this, i want to call the .rpt files using my php program and view this in PDF format in browser…i have no idea on how to do this…i tried googling but no luck :frowning:

Never did it in php.

Try look at the.section on crystal reports on this page: http://php.net/manual/en/class.com.php

Hi DaveMaxwell, I read the section for the crystal report,but i am confuse where does he get those methods ReadRecords() ?..and also using this CreateObject(),OpenReport() ?where i could find those references and where did he gets those methods?..

Thank you in advance.