Table with Date Range Filter Control

Updated July 23, 2007
Iron Speed Designer V4.3

This example shows how to add a date range filter control to a Show Table page.

Procedure

Step 1:  From Iron Speed Designer’s tool box, drag a date range filter control onto a Table panel.

Step 2:  Go to Tools, Page Properties to display the Page Properties dialog.

Select the FieldFilterLabel control and set the following.

Tab

Property

Setting

Display

Label text

My date filter label

Step 3:  Select the FromFieldFilter control and set the following:

Tab

Property

Setting

Display

Display Style

Text Box

Bindings

Table, view or query

<Table Name>

Bindings

Field

<Field Name>

Bindings

Operator

Is greater than or equal to

Bindings

Ignore time when filtering dates

Yes

Step 4:  Select the ToFieldFilter control and set the following:

Tab

Property

Setting

Display

Display Style

Text Box

Bindings

Table, view or query

<Table Name>

Bindings

Field

<Field Name>

Bindings

Operator

Is less than or equal to

Bindings

Ignore time when filtering dates

Yes

Step 5:  Select the <Table>SearchButton control and set the following:

Tab

Property

Setting

Bindings

Button Command

Apply search and filter to

Bindings

Select table control(s)

<Table Name>

Step 6:  Build and run your application