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 }"
Examples
dw1.Object.DataWindow.QueryClear = "yes" dw1.Modify("DataWindow.QueryClear=yes")