Quick Search

Is it possible to invoke a Quick Search from a Button?

The Quick Search Call is kind of similar to the standard search functionality.
Use the following way to initiatte:

        QuickSearchAdapter adQuickSearch = new QuickSearchAdapter(this.oTrans);
        adQuickSearch.BOConnect();
        DataTable ProjectTable = null;
        string sQuicksearchname = "<YourQSName>";
        bool sch = adQuickSearch.GetByID("", sQuicksearchname);

MS Studio will be helpful here to see the underlying Data.