Export.XML.IncludeWhitespace DataWindow object property
Description
Setting that determines whether the XML document is formatted
by inserting whitespace characters (carriage returns, linefeeds,
tabs, and spacebar spaces).
Controls
DataWindow objects
Syntax
PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.Export.XML.IncludeWhitespace |
Describe and Modify argument:
1 |
"DataWindow.Export.XML.IncludeWhitespace { = '<span>value </span>' }" |
Parameter |
Description |
---|---|
value |
(exp) Whether the Values are:
|
Usage
This property should be set before you export a DataWindow
object if you want to view or verify the exported XML using a text
editor.
In the painter
In the Data Export tab in the Properties view for the DataWindow
object, select XML from the Format to Configure list and select Include
Whitespace.
Examples
1 |
dw1.Object.DataWindow.Export.XML.IncludeWhitespace = "No"<br>dw1.Modify("DataWindow.Export.XML.IncludeWhitespace = 'Yes' ") |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments