Home End User

Accesssing AutoSearch Variables

edited May 2003 in End User
Hi,

Is there any way to access AutoSearch variables and display them on the
report? I know this has been asked in the past, but I wasn't sure if 7.0
allows for this or not. Displaying search criteria on the report just seems
like a pretty basic need.

Thanks,

Rhett Price
IndySoft

Comments

  • edited May 2003
    There is a method on the report called GetAutosearchDescriptionLines that
    you should call.

    From the help file:

    Declaration

    procedure GetAutoSearchDescriptionLines(aLines: TStrings);

    Description

    Retrieves the autosearch criteria descriptions in a TStrings object in order
    to display them in a report memo. Please reference the autosearch demos in
    the RBuilder installation for an example.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.