Page History
...
- The technique used here will work well on large files.
- Of course your search criteria would likely be much more sophisticated than used here.
- The SELECT_SQL statement will enable you to read one or more files rapidly and also implement much more flexible search criteria. See also the free format version of SELECT_SQL.
- The Autocomplete weblet includes a cache property. If cache = true, the selection will be refined locally as you continue to type, rather than going back to the server. For example the following initial response:
will be refined to the following as you continue to type into the input box, without making a second call to the server:
...
- How to implement the list paging images weblet. You could also have used the list paging buttons weblet
- How to implement the AutoComplete weblet.

