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?
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.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com
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;