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

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