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

Recalculating report in preview

edited January 2002 in General
Hi, How can I recalculate the report and refresh the viewer, while I am in
the preview form?

While I am in the preview form (by calling the print method) I make some
changes in the report that affect visulization (I make some DBTexts
invisible). How can I refresh the viewer without exiting the preview form?

Thanks, Martin Solari

Comments

  • edited January 2002
    Try calling MakePageRequest. See Demo 154 in RBuilder\Demos\1. Reports for
    an example...

    Cheers,

    --
    -
    --
    Tom Ollar
    Digital Metaphors Corporation
  • edited January 2002
    Tom, thanks for the answer.

    While I was searching for MakePageRequest method, I found another method in
    the viever (not documented in the help) that works just fine for
    regenerating reports in the preview form: TppViewer.RegenerateReport.

    MakePageRequest is a non-virtual ppDevice method.

    Regards, Martin Solari


    "Tom Ollar (Digital Metaphors)" wrote
    for
This discussion has been closed.