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

Auto Search Dialog

edited December 2003 in General
Hi,

Is it possible to suppress the AutoSearchDialog?
I want to control everything myself, and if it needed be I want to display
my own form (not a descendant). I still want the
BeforeAutoSearchDialogCreate and other similar events to fire.
I hope I am not asking for too much.

Regards

NB

Comments

  • edited December 2003
    Hi,

    If you would not like to see the AutoSearch Dialog, simply set the
    TppReport.ShowAutoSearchDialog property to False. This is a published
    property so you can control it from the Object Inspector. With this option
    set, you can still assign the autosearch fields manually (from your own
    dialog if you want) using the TppReport.CreateAutoSearchCriteria and
    TppReport.CreateAutoSearchField methods. For more information see the
    ReportBuilder help on these topics.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.