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

display autosearch field on report

edited March 2006 in End User
Hi

We have created a end user reporting system that appears to work quite well.
I would like to know if it is possible to display the value that has been
entered in the edit field of a autosearch dialog on the report? We would
like to display the from and to dates that the user has entered on the
report itself.

Regards,
Jacques

Comments

  • edited March 2006
    Hi Jacques,

    You can get access to the autosearch fields using the
    TppReport.AutoSearchFields property. If you are using multiple autosearch
    fields in the same report you can use the TppReport.AutoSearchFieldByName
    routine. Then once you have the field, you can use the Band.BeforePrint or
    OnGetText event to assign the AutoSearchField.Value to the text value.

    --
    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.