•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 mean by portal
What is parent __construct ();?
Tell me how can we define a variable accessible in functions of a php script?
How can we encrypt the password using php?
What are psrs?
How can we get the properties (size, type, width, height) of an image using PHP image functions?
What are php variables?
How can I loop through the members of an array?
1 Answers Rushmore Consultancy,
What are properties in php?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
Which function would you use to replace a record in a database in php?
What is session in PHP. How to remove data from a session?