This topic is locked

Printing Reports

6/13/2007 11:14:04 AM
ASPRunnerPro General questions
M
MikeGinMN author

I have software that enables me to produce reports from within an MS Access database. I would like to point to the page that generates the report(s) from the menu of ASPRunner - but I can't seem where to find the links you have created in menu.asp
I need to be able to pass the information on so that it limits the report to just their information - in the page that helps generate report(s) from Access I used
Case 1

TheDatabasePath = "e:\MyDB.mdb"

TheReportName = "Quota Form - Basketball"

TheQueryName = ""

TheQueryText = Holder - Holder was the facility code
and on the web page I had a link that pointed to Reports/rpt_display.asp?EXAMPLE=1, which in turn created a pdf of the report which was displayed on the users computer
Your report function is fine - but some of the reports I generate are the required forms with the correct information filled into the necessary areas of forms
I appreciate all of your help and have mentioned your product to several of my friends

Sergey Kornilov admin 6/13/2007

Mike,
I would create a separate ASP page for this purpose named CustomReport.asp where you can put your code.
After that you can modify menu page in Visual Editor adding a link to CustomReport.asp.