Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Exceptions
rbuser
April 2002
edited April 2002
in
General
Why ReportBuilder don't raise an exception when the user make some mistake
in rap??
i.e.:
ShowMessage(mydataview['FOO']);
but when the field 'foo' doesn't exists, instead raising an exception,
RBuilder returns an empty str.
Comments
digitalmetaphors
April 2002
edited April 2002
This is the intended behavior of the RAP runtime engine since the dataset
fields can change when the report prints. This can be caused by having
AutoCreateFields set to true on the data pipeline(s).
--
Cheers,
Alexander Kramnik
Digital Metaphors
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
This discussion has been closed.
Comments
fields can change when the report prints. This can be caused by having
AutoCreateFields set to true on the data pipeline(s).
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com