Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



•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

A process can run only in the background. State Whether True or False?

0 Answers  


Tell me what are the __construct() and __destruct() methods in a php class?

0 Answers  


Write a PHP code to print following number pattern: 123 456 789

5 Answers  


what is php?

3 Answers  


How do I clear my browser session?

0 Answers  


What is the use of die in php?

0 Answers  


What is the use of header() function in PHP? What the Limitation of HEADER()?

0 Answers  


how can i disable multiple user in the same password in my website using any scripts

1 Answers  


What does csrf token mean?

0 Answers  


How long will it take to learn php?

0 Answers  


Write syntax to open a file in php?

0 Answers  


How to swap two variables without using 3rd temp variable.

0 Answers  


Categories