QueryClear

Description

Removes the WHERE clause from a query. Note that the only valid setting is Yes.

Applies to

DataWindows

Syntax

PowerBuilder dot notation:

dw_control.Object.DataWindow.QueryClear

Modify argument:

"DataWindow.QueryClear { = value }"

Parameter

Description

value

Remove the WHERE clause from a query.

Yes is the only valid value.

Examples

Example 1

dw1.Object.DataWindow.QueryClear = "yes"

Example 2

dw1.Modify("DataWindow.QueryClear=yes")