•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 array_search() in php?
What is csrf validation?
What is mean by RSS?How can i use this?
How do you create an array in php?
What is the difference between file_get_contents() and file_put_contents() in php?
How can we determine whether a php variable is an instantiated object of a certain class?
What is $globals php?
How can I add text to an image?
1 Answers IPSR Solutions, Rushmore Consultancy,
Can we run php on tomcat server?
What is the difference between explode and split?
write a program to print [123] [456] [789] note : braces also need to be printed
How do I sort numbers in php?