From: Franco S. <fr...@ti...> - 2004-01-19 20:51:34
|
According to manual, in PHP rlib_spool($rlib) send output from report to stdout. If you want save a generated (PDF or TXT) file you can use header function and send Content-Disposition header for forcing a save. But you cant force a "print" action. There is a workaround for this ? How about add to rlib_spool a "file" parameter for spooling output from report to file ? Regards Franco Spinelli |