Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
RAP
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
field is null ?
rbuser
May 2003
edited May 2003
in
RAP
Hello,
sorry, bur I can not find how to write test if a field IS NULL
(
I know, I have used it, but it was long time before,...
how can I write : if apipeline['afield'].IsNull then .... ???
thank you,
Slava
Comments
rbuser
May 2003
edited May 2003
Hi Slava,
You can use the following ...
myDataPipeline.FieldObjects['myFieldName'].IsNull
... to test for NULL values.
regards,
Chris Ueberall;
This discussion has been closed.
Comments
You can use the following ...
myDataPipeline.FieldObjects['myFieldName'].IsNull
... to test for NULL values.
regards,
Chris Ueberall;