•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 |
What are major variables in research?
can we use PGP with PHP?
How to differentiate isset and empty
6 Answers A1 Technology, Dass Infotech, Microface,
What type of operation is needed when passing values through a form or an url?
Does php need a closing tag?
How to enable parsing?
What is php artisan serve?
Is it worth learning php in 2019?
how will i set pagination ?
What is Type hinting in PHP?
How do you remove whitespace from the beginning and end of a $string variable?
how we can use lamp.ie installatiion and basic workings.Is it similar to wamp in usage?