|
Hi guys,
I have a ASP site where a user will use various forms to fill in small sections of a larger form. When this larger form is submitted. It will generate a report, the layout of which will differ slightly depending on the information entered
i.e it could be layout 1,2,3 or 4
When the user submits the form or presses the button i want the correct report to automatically be printed.
i know the code to figure out what layout to use. I just need help on the printing of the report.
I'm guess i could do:
press button
load report in window
print window.
but i would like the report to print with out the user having to see it on the screen first. is this possible?
|