I am trying to show report parameters that are selected on a form (using Delphi 7), (say, Date From and Date To). Thus, on the report, I would show "Period Beginning: " [date] and "Period Ending: " [date]
You will need to get access to the TppAutoSearchField.SearchExpression property. This can be done using a number of TppReport properties and methods such as the AutoSearchFields property or AutoSearchFieldByName procedure.
Comments
You will need to get access to the TppAutoSearchField.SearchExpression
property. This can be done using a number of TppReport properties and
methods such as the AutoSearchFields property or AutoSearchFieldByName
procedure.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com