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
How can I check a data-object for NULL?
rbuser
February 2003
edited February 2003
in
General
Hello,
A sql-statement gives me a field with double-values. The value of this field
can also be 'NULL'. How can I check in a OnPrint-event whether the field is
'NULL' or not?
Thanks,
Daniela
Comments
rbuser
February 2003
edited February 2003
> A sql-statement gives me a field with double-values. The value of this
field
is
There is a TField property .IsNull. Does that work?
Ed Dressel
Team DM
rbuser
February 2003
edited February 2003
Hi Ed,
in RAP that doesn?t work.
Daniela
digitalmetaphors
February 2003
edited February 2003
TppField.IsNull is supported in RAP. Check the pipeline's current field
object and check IsNull on that TppField object from the data pipeline:
if Biolife.FieldObjects['Common_Name'].IsNull then
Cheers,
Jim Bennett
Digital Metaphors
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
This discussion has been closed.
Comments
field
is
There is a TField property .IsNull. Does that work?
Ed Dressel
Team DM
in RAP that doesn?t work.
Daniela
object and check IsNull on that TppField object from the data pipeline:
if Biolife.FieldObjects['Common_Name'].IsNull then
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com