Home RAP

Trapping errors in Report Templates?

edited October 2002 in RAP
Is there an easy way of trapping exceptions that happen inside a
report template? If not then how do I protect myself against such
exceptions?

David Looney

Comments

  • edited October 2002
    If there is an error in RAP, it will be handled by the report when you are
    previewing the report as an end user. You can also hit Compile and it will
    compile the event handler that you are currently viewing in RAP. What
    errors are you running into?


    Cheers,

    Jim Bennett
    Digital Metaphors

  • edited October 2002
    On Mon, 14 Oct 2002 14:35:26 -0500, "Jim Bennett \(Digital
  • edited October 2002
    Hi David,

    if you need real try/except you have to use RAP pass-through functions.
    Embedd the 'TppReport.Print' call in a try/except to handle all exceptions not handled in 'TppReport' itself.

    regards,
    Chris Ueberall;
This discussion has been closed.