•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 |
Can we set session value in javascript?
What is http php?
Is empty array php?
Is it more secure to use cookies to trfer session ids?
What is get method in java?
How do I sort numbers in php?
What is a role of a designer in web development. Till what level the designer will do his work. Does he gives the complete html file or the tpl file or he should also include the smarty tag in the tpl file.
What are computer variables?
Explain the difference between static and dynamic websites?
How can we encrypt and decrypt a data present in a mysql table using mysql?
Explain different sorting function in php?
What is overloading and overriding in php?