| ZaurusEditor implements an search/input/edit form to
search/view/update/insert table records.
author: ulrivo@users version: 1.0 version: version: Starting on a search panel, one can choose a table from the actual version: database. The list contains only tables which have a primary key version: defined. version: One may provide one or more words which are to be contained in the version: rows of the table. version:
version: There are three options in searching these words: version:
version: - Use search words: all or any
version:
version: Only rows which contain all words in any column will be version: found. Alternatively, it is sufficient when any of the version: words is contained in one of the columns. version:
version: - Ignore case :
version:
version: While searching, there is no difference between lower or upper case version: letters, if this optioned is set to 'yes', version:
version: - Match whole column:
version:
version: It is sufficient that the given word is just a part of any version: column. For instance, the word 'ring' will be found as part of version: 'Stringer'. Alternatively, the column content must match the search version: word completely. version:
version: After choosing a table, typing one or more search words and version: choosing some search options, the button Search Rows initiates version: the search through the table. version: Alternatively, the button New Row will open an empty input version: panel for inserting a new row for the choosen table. In both cases, version: a table specific panel with an entry field per column is shown.
|