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

Show AutoSearch values in report

edited February 2005 in General
Some of my reports ask for "dates between" auto-search criteria.

I would like to display the dates that the user has selected on the report,
without using Min(TransDate) and Max(TransDate) as a fudge.

Any help would be appreciated.

Dan Towers.

Comments

  • edited February 2005
    Hi Dan,

    You can use the TppReport.AutoSearchFields property to get access to your
    created autosearch fields. If you would like to find a specific autosearch
    field you can use the TppReport.AutoSearchCriteriaByName method.

    Once you get access to the field, you can use the various methods and
    properties to get the search expression you want to display. See the
    ReportBuilder help topic for TppAutoSearchField for more information.

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