Question

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?

Was it helpful?

Solution

From RAP.HLP

Delphi = RAP Date = CurrentDate Time = CurrentTime Now = CurrentDateTime

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top