•How to access crystal reports through PHP code?



•How to access crystal reports through PHP code?..

Answer / guest

We can access crystal reports in php using COM object.
e.g.
$domobj = new COM("crystalruntime.application");
$domobj->OpenReport("repname.rpt");

There are different ExportFormatType
//4 - RTF; 31 - PDF; 30 - xls; 36 - xls; 14 – doc

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More PHP Interview Questions

Tell me how is it possible to parse a configuration file?

0 Answers  


What is $row in php?

0 Answers  


How to get the DNS servers of a domain name?

1 Answers   Life Infotech,


What are php applications?

0 Answers  


How do you debug php?

0 Answers  






What are different types of errors available in Php?

0 Answers  


How about integrating an iKode Newsletter Server at my independent Wordpress blog site? I just wanna visitort can subscribe my blog when they like it and I can send some interested articles or events to them regularly to establish good relationship.

1 Answers   iKode,


Tell me how a constant is defined in a php script?

0 Answers  


How would you determine the size of a file in php?

0 Answers  


how much a fresher php programmer can earn in india

5 Answers  


When do sessions end?

0 Answers  


Tell me how is it possible to propagate a session id?

0 Answers  


Categories