Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Printing Automatically???

edited October 2004 in End User
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???

Comments

  • edited October 2004

    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
  • edited October 2004
    That did the trick!

    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!!!

This discussion has been closed.