Syntax.Modified DataWindow object property
Description
Whether the DataWindow syntax has been modified by a function
call or user intervention. Calling the Modify, SetSort,
or SetFilter method or changing the size of the
DataWindow grid automatically sets Syntax.Modified to Yes.
Controls
DataWindows
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.Syntax.Modified |
Describe and Modify argument:
1 |
"DataWindow.Syntax.Modified { = <span>value</span> }" |
Parameter |
Description |
---|---|
value |
Whether the DataWindow syntax has been Values are:
|
Usage
Use this property in Modify to set Syntax.Modified
to No after you cause a change in the syntax that does not affect
the user (such as setting preview on).
Examples
1 |
string setting |
1 |
setting = dw1.Object.DataWindow.Syntax.Modified |
1 |
dw1.Object.DataWindow.Syntax.Modified = "No" |
1 |
setting = dw1.Describe("DataWindow.Syntax.Modified") |
1 |
dw1.Modify("DataWindow.Syntax.Modified=No") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments