•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 is env in laravel?
Can you extend a final defined class?
What does the scope of variables means?
What is the function file_get_contents() useful for?
What are php expressions?
Is empty check in php?
What are the uses of explode() function?
How do you connet mysql database with php?
What is the output of the ucwords function in this example?
What is the use of "ksort" in php?
What do you mean by MVC ?
What is session data?