Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
End User
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Using Date in variables
rbuser
September 2002
edited September 2002
in
End User
Hello,
I have var that is of type date that I put on the report. How do I get it to
have no date showing.
If it a has no date it puts today's date in it. If I set it to zero I get
12/30/1899. What do I have to set the variable to be?
Thanks,
Ian
Comments
rbuser
September 2002
edited September 2002
Hi Ian,
for the case you are using the Enterprise version you can use the following RAP code in 'DetailBeforeGenerate':
Variable1.Visible := Variable1.Value <> 0;
regards,
Chris Ueberall;
This discussion has been closed.
Comments
for the case you are using the Enterprise version you can use the following RAP code in 'DetailBeforeGenerate':
Variable1.Visible := Variable1.Value <> 0;
regards,
Chris Ueberall;