Parameter in RAP?
Hi Team,
Yes I'm going to be a pain 'till I get back up to speed...
I want to do this in RAP.." Value := :AsOfDate -
Aged_Payables['InvoiceDate'];"
:AsOfDate is a defined Parameter of Date type defined in the Designer.
RAP doesn't like it because it sees the ':'.
How do I use a Report Parameter in RAP please?
Regards & TIA,
Ian
Yes I'm going to be a pain 'till I get back up to speed...
I want to do this in RAP.." Value := :AsOfDate -
Aged_Payables['InvoiceDate'];"
:AsOfDate is a defined Parameter of Date type defined in the Designer.
RAP doesn't like it because it sees the ':'.
How do I use a Report Parameter in RAP please?
Regards & TIA,
Ian
This discussion has been closed.
Comments
You can access report parameters in RAP similar to the way you would
access them in Delphi, using the TppReport.Parameters property.
http://www.digital-metaphors.com/rbWiki/End-User/Fundamentals/Report_Parameter_Fundamentals
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Have to apologise on this one. Looked without seeing.
Saw & read that page on parameters and tried the methodology but as I
said, looked without seeing. Tried Report.Parameters[0] and other
permutations rather than Report.Parametersp'ParameterName'].
All good now. Apologies again.
Regards,
Ian