QueryClear DataWindow object property
Description
Removes the WHERE clause from a query.
Note that the only valid setting is Yes.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.DataWindow.QueryClear |
Modify argument:
|
1 |
"DataWindow.QueryClear { = <span>value</span> }" |
|
Parameter |
Description |
|---|---|
|
value |
Remove the WHERE clause Yes is the only valid value. |
Examples
|
1 |
dw1.Object.DataWindow.QueryClear = "yes" |
|
1 |
dw1.Modify("DataWindow.QueryClear=yes") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest