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

Displaying autosearch values

edited August 2003 in End User
I need to know what code to use to check each autosearch field for a value
and then display that value in a standard label component.

Comments

  • edited August 2003

    Options:

    1. Check AutoSearchFields[].Description

    2. Use Report.AutoSearchDescription property to access a string that
    includes all of the descriptions.

    3. Use the Report.GetAutoSearchDescriptionLines method. Pass the method a
    TStringList object (or Memo.Lines).


    --
    Nard Moseley
    Digital Metaphors
    http://www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.