A
A Hopper
I would like to offer users the option of a "Removed At
Analysis" report with and without the detail section
because the detail section has several pages of
information that some users do not need. My problem is
that I have a "JobNumber" Footer that contains summary
information from the detail section (totals, percentages
etc.) which I want on both versions of the report.
Information in the Detail section comes from code in it's
On Print event and is placed in unbound text boxes. As a
test I made the Detail section permanently not visible
through properties, but then I do not get any information
in the "JobNumber" Footer section. I assume this happened
because when I made the Detail section not visible it will
not print and the information in the On Print event is not
created. Is there code I can use in the On Print event of
the Detail section that will allow the information to be
created but not printed?
Do I have to create a new report give both options?
I would like to give the user the option through a message
box in the On Click event of the "Print Report" command
button on the "Analysis Dialog Box" form.
Thanks for your help
Allan
Analysis" report with and without the detail section
because the detail section has several pages of
information that some users do not need. My problem is
that I have a "JobNumber" Footer that contains summary
information from the detail section (totals, percentages
etc.) which I want on both versions of the report.
Information in the Detail section comes from code in it's
On Print event and is placed in unbound text boxes. As a
test I made the Detail section permanently not visible
through properties, but then I do not get any information
in the "JobNumber" Footer section. I assume this happened
because when I made the Detail section not visible it will
not print and the information in the On Print event is not
created. Is there code I can use in the On Print event of
the Detail section that will allow the information to be
created but not printed?
Do I have to create a new report give both options?
I would like to give the user the option through a message
box in the On Click event of the "Print Report" command
button on the "Analysis Dialog Box" form.
Thanks for your help
Allan