Search Form
A search form consists of a query builder to accept search criteria
and a grid view to present the search result.
Search Columns are database columns end users can search into;
Search In dropdown is an additional search filter for the query builder.
Grid view in a search form is the special grid view that its parameters
are configured to accept data from query builder.
The search logic is built in the grid view's SQL Statement.
Logicweb Studio comes with a useful T-SQL function
to assist you to build the dynamic SQL in search stored procedure:
[dbo].[lwfnSearchCondition]For code example, see stored procedure lwspSearchUserObjectView. The best way to link a search form into application main page is through a module's navigation bar. Search Form Attributes
Search In SelectBox
This section configures a SelectBox as an additional search criterion.
It also informs the end user what he or she is searching for.
Grid view Settings
Search Columns
|
Copyright © Logicweb Solutions 2004 - 2005 |