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

ppviewer gotopage method

edited September 2004 in General
Hi,

in the help file it is stated that if I use the gotopage method
of a ppviewer, it returns false when gotopage cannot
successfully generate the requested page.
IMHO this is not true because the method is a procedure and
not a function, is there another way ?

greetings,

Rob

Comments

  • edited September 2004
    Hi Rob,

    Sorry, this help file was apparently not updated when the source code for
    this method was. When a page cannot be generated, you will now most likely
    receive an exception on the component or page containing a description of
    the problem. You can catch these exceptions if you like using a Try Except
    statement and display a message of your own.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.