•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 |
How do you connet mysql database with php?
How to remove white spaces from the beginning and/or the end of a string in php?
What is get and post method in php?
What does mysqli_query return?
What is a procedure in php?
Why do we show php code in browser?
Dear Sir, i am a frasher and now i got a job offer from AentteQ Software Technologies for PHP developer.. so i am in confusion that is PHP correct for my carrer or i shud choose other then php for my carrer...plz suggest me
What is an example of a variable?
How can we destroy the session, how can we unset the variable of a session?
What the limitation of header() function in php?
WHat is the diff. between PHP4 and PHP5?
6 Answers Clarion Technologies, IBM, OmniNet, Sparkton Infotech,
how to add file in php?