I'm using Digital Metaphors ReportBuilder in Delphi 2007. I'd like to access the system date (the value of the now function in Delphi) using RAP, but get an undeclared identifier error when attempting to compile in the Report Builder designer. What is the best way to get the system date inside of RAP?
views:
144answers:
1
+2
A:
From RAP.HLP
Delphi = RAP Date = CurrentDate Time = CurrentTime Now = CurrentDateTime
Walter Matte
2009-11-27 17:16:47
Thanks for the answer and the reference.
Bill Seven
2009-11-27 17:22:29