Suppressing Error Message
How can I suppress the messagebox
"Cannot Generate Report. Could not run program: DetailBeforePrint..."?
For example the message appears if there is an error in RAP coding,
as I use "Datapipeline['FieldXYZ']" in code, but my data source
temporary has not a column 'FieldXYZ'. I would like to have in this
particular case an empty report(-viewer) without any errorbox or
message dialog.
How can I do this?
Thanks in advance
Michael
--
using NT4.0, D5, RB6.03
"Cannot Generate Report. Could not run program: DetailBeforePrint..."?
For example the message appears if there is an error in RAP coding,
as I use "Datapipeline['FieldXYZ']" in code, but my data source
temporary has not a column 'FieldXYZ'. I would like to have in this
particular case an empty report(-viewer) without any errorbox or
message dialog.
How can I do this?
Thanks in advance
Michael
--
using NT4.0, D5, RB6.03
This discussion has been closed.
Comments
you to capture the thrown exception and handle it however you want. Print on
the other hand traps the exception and does not give you any control over
what happens.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com