Removes the WHERE clause from a query. Note that the only valid setting is Yes.
DataWindows
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. |
dw1.Object.DataWindow.QueryClear = "yes"
dw1.Modify("DataWindow.QueryClear=yes")