Search - cWebList
Sends the showSearch client action to the client
Type: Procedure
Syntax
Procedure Search
Call Example
Send Search
Description
This sends the showSearch client action to the client. This will cause the client to popup the search dialog for the cWebList based around the current sort column (piSortColumn).
For example, this button object, added to a prompt list dialog, would invoke a search dialog when clicked.
Object oSearch_btn is a cWebButton
Set psCaption to C_$Search
Procedure OnClick
Send Search of oPromptList
End_Procedure
End_Object