•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 |
Difference between notify url, return url in paypal payment gateway?
4 Answers A1 Technology, Capital IQ, CMS, Essar, HCL, IAS, Karvy, L&T, State Bank Of India SBI, TATA, Tisco, WNS,
In what are the ways you can encrypt the password ?
What is the diffrence between GET,POST and REQUEST Method.
How to create an array of a group of items inside an html form?
How to generate a form?
Tell me what kind of things have you done on the social side?
Is php worth learning in 2019?
What is ci framework in php?
What does $this do in php?
Draw the architecture of Zend engine?
What is the use of strip_tags() method?
What is a simple php method to make a cross domain data request?