Printing search criteria on report
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
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
This discussion has been closed.
Comments
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.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com