Enabling Search on a widget form
When you first create a "Grid with Search" widget form, the Search functionality is not automatically enabled, because the Search engine does not know what property values it needs to search through.
To enable Search for one of these widgets, you must perform a small edit to the form script that handles the Search functionality:
- Open your "Grid with Search" widget form in the Web Designer (web client) or Design Mode (Windows client).
- On the Form Properties sheet, locate and select the option in the upper left corner.
-
In the Script Editor, locate the
sub Search()
subroutine. -
In the
sub Search()
subroutine, locate the code forFilterVal = {InsertPropertyName}
... -
Replace
InsertPropertyName
with the name of the IDO property you want to allow the user to search on. - Click .