Subject displaying a report
From Lloyd <noriocorp@yahoo.com>
Date Mon, 08 Feb 2010 19:56:33 -0500
Newsgroups dbase.getting-started

Using pdf995 to create pdf reports.  Once created, the reports need to be opened.  Having trouble with the url code to open the report.

      wrtitle = wrtitle + ".pdf"

      // create a download page
      ocgi.streamheader()
      ocgi.fout.puts("<title>Report Download</title>")
      ocgi.fout.puts("<body>")

ocgi.fout.puts( [<a href="rep/] + wrtitle + [">Selected Report</a>] )
      ocgi.streamfooter()

The physical location of the report is "d:\apache2_2\htdocs\rep".  An Internal Server Error page displays when the href link is clicked on.

The report is being created.  Just can't display it.

How can it display the report?

Thanks
Lloyd