Printing Automatically???
I have designed many reports through the End-User reporting solution and
they all work fine except for one. There is a report that is designed to
print to a .5"x2.5" label. This particular report ALWAYS automatically
prints EVERYTHING in the reult set to the PCs default printer whenever the
user clicks the print button - this is when run from the Report Explorer.
All other reports display the print dialog like they're supposed to! I have
other reports that print to labels that are a bit larger and these work
fine???
they all work fine except for one. There is a report that is designed to
print to a .5"x2.5" label. This particular report ALWAYS automatically
prints EVERYTHING in the reult set to the PCs default printer whenever the
user clicks the print button - this is when run from the Report Explorer.
All other reports display the print dialog like they're supposed to! I have
other reports that print to labels that are a bit larger and these work
fine???
This discussion has been closed.
Comments
My guess is that the report definition was saved down with the
TppReport.ShowPrintDialog property value set to False. Try loading the
report and setting that property to True. You can use the
Report.Template.OnLoadEnd event to initialize report properties
programmatically. For an example of using this event, see
RBuilder\Demos\EndUser\ReportExplorer.
--
Nard Moseley
Digital Metaphors Corporation
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
How would the report definition get saved that way if there is no interface
to change it from the end user reporting solution?
Thank You AGAIN Nard!!!