On Fri, 27 May 2005, Michael Kinzelbach wrote: > I want report magic running in a cgi script, which I have written. My > cgi script genrates a config file for Report magic and starts Report > magic with this configfile. The problem is, that the output ist written > to STDOUT and not to the output files .... > > Does somebody know an solution ...?
You could probably read the output and then write it to a file before outputting it (Im assuming you're using Perl which is good at this sort of stuff). -- _______________________________________________ This is the reportmagic-help mailing list To change your subscription or other preferences use this URL: http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help
