Updated July 23, 2007
Iron Speed Designer V4.3
This example shows how to add a search control to a Show Table page.
Step 1: From Iron Speed Designer’s tool box, drag a search control onto a Table panel.
Step 2: Select Tools, Page Properties to display the Page Properties dialog.
Expand the SearchGroup node, select the SearchforText control and set the following.
|
Tab |
Property |
Setting |
|
Display |
Use custom text |
My Search Control |
Select the SearchArea control and set the following.
|
Tab |
Property |
Setting |
|
Bindings |
Table, view or query |
<Table Name> |
|
Bindings |
Selected fields |
<Field Name> |
|
Bindings |
Operator |
Is equal to |
Select the SearchButton control and set the following.
|
Tab |
Property |
Setting |
|
Display |
Button text |
My Button |
|
Bindings |
Button Command |
Apply search and filter to |
|
Bindings |
Select table control(s) |
<Table name>TableControl |
Step 4: Build and run your application.