Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Show report parameters from form

edited July 2005 in General
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]

Can anyone tell me how to accomplish this?

Comments

  • edited July 2005
    Hi Dan,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.