Request_Search - dbListDS
Scrolls the search list to display the database value found for the search string entered up to that point
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| keyval | Integer | The value of each key typed |
Syntax
Procedure Request_Search Integer keyval
Call Example
Send Request_Search keyval
Description
When popup_search_state is true, the key procedure sends the Request_search message with the value of each key typed into the search window of the invoking object. This procedure scrolls the search list to display the database value found for the search string entered up to that point (the point at which each character is typed). When popup_search_state is false, the search procedure sends this message with the entire contents of the search window.