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

Exceptions

edited February 2003 in RAP
Is it possible to manage exceptions in RAP ? how ?
I would like that a code never explodes ...


thanks

Comments

  • edited February 2003
    RAP does not support a try except finally construct.

    Create a RAP pass through function to make any calls that you want to have
    using a try in Delphi code. There are examples of creating RAP pass thorugh
    functions in your installation in the Report tutorials directory. It is also
    described in the RAP help file and Developer's Guide PDF in your RBuilder
    installation folder.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.