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

Printing search criteria on report

edited December 2003 in General
I was wondering how I can print the search criteria on a report? I've
created a report that prints a list of events where the user enters the
start and end date/time and I would like to print those criteria on the
report. Can anyone help me? I'm using ReportBuilder 6.02.

Thanks,

Ben Kiser

Comments

  • edited December 2003
    Hi Ben,

    There are a couple ways to do this. You can use the
    TppReport.AutoSearchDescription to get the complete description of what the
    user enters in the AutoSearch field. You can also access each autosearch
    field using the TppReport.AutoSearchFields StringList. Check out the code
    in the TppReport class (ppReport.pas file) to see how this is done and if it
    will work for you. The AutoSearchFields property is documented in the
    ReportBuilder help file.

    --
    Best Regards,

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