Syntax 4 For the symbols in a graph – PB Docs 2017
Syntax 4Â For the symbols in a graph Description Specifies the symbol for data markers in a series. Applies to PowerBuilder DataWindow DataWindow control Syntax PowerBuilder
|
1 |
integer dwcontrol.SetSeriesStyle ( string graphcontrol, string seriesname, grSymbolType symbolvalue ) |
Argument Description dwcontrol A reference to the DataWindow control containing the graph. graphcontrol A string whose value is the name of the graph in the DataWindow control. seriesname A…
Syntax for nested objects in DataWindow property expressions in PowerBuilder – PB Docs 2017
Syntax for nested objects in DataWindow property expressions in PowerBuilder Description In PowerBuilder, DataWindow property expressions use additional Object keywords to refer to nested objects. Nested objects include composite or related nested reports and child DataWindows associated with DropDownDataWindow columns. Related nested and composite reports can include their own nested objects. You can extend the…
Export.XML.IncludeWhitespace – PB Docs 2017
Export.XML.IncludeWhitespace property (DataWindow object) Description Setting that determines whether the XML document is formatted by inserting whitespace characters (carriage returns, linefeeds, tabs, and spacebar spaces). Applies to DataWindow objects Syntax PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Export.XML.IncludeWhitespace |
Describe and Modify argument:
|
1 |
"DataWindow.Export.XML.IncludeWhitespace { = 'value ' }" |
Parameter Description value (exp) Whether the generated XML is formatted with whitespace characters. Values are: Yes…
Export.XML.Template[ ].Name – PB Docs 2017
Export.XML.Template[ ].Name property (DataWindow object) Description The name of an XML export template associated with a DataWindow object. Applies to DataWindow objects Syntax PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Export.XML.Template[num ].Name |
Describe argument:
|
1 |
"DataWindow.Export.XML.Template[num ]Name" |
Parameter Description num (exp) A long specifying the index of the export template Usage This property is used to get the names of the XML…
Validation – PB Docs 2017
Validation property (DataWindow object) Description The validation expression for the specified column. Validation expressions are expressions that evaluate to true or false. They provide checking of data that the user enters in the DataWindow. To set the validation expression, you can also use the SetValidate method. To check the current validation expression, use the GetValidate method….
Import.XML.UseTemplate – PB Docs 2017
Import.XML.UseTemplate property (DataWindow object) Description Setting that optionally controls the logical structure of the XML imported from an XML file into a DataWindow object using the ImportFile method. Applies to DataWindow objects Syntax PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Import.XML.UseTemplate |
Describe and Modify argument:
|
1 |
"DataWindow.Import.XML.UseTemplate { = 'Â value ' }" |
Parameter Description value (exp) A string specifying the name of an import template previously…
Nest_Arguments – PB Docs 2017
Nest_Arguments property (DataWindow object) Description The values for the retrieval arguments of a nested report. The number of values in the list should match the number of retrieval arguments defined for the nested report. Applies to Report controls Syntax PowerBuilder dot notation:
|
1 |
dw_control.Object.reportname.Nest_Arguments |
Describe and Modify argument:
|
1 |
"reportname.Nest_Arguments { = list } " |
Parameter Description reportname The name of the…
Syntax 2 For lines in a graph – PB Docs 2017
Syntax 2 For lines in a graph Description Specifies the style and width of a series’ lines in a graph. Applies to PowerBuilder DataWindow DataWindow control Syntax PowerBuilder
|
1 |
integer dwcontrol.SetSeriesStyle ( string graphcontrol, string seriesname, LineStyle linestyle {, integer linewidth } ) |
Argument Description dwcontrol A reference to the DataWindow control containing the graph. graphcontrol A string whose value is the name of the graph in the DataWindow…
GetPaintRectY – PB Docs 2017
GetPaintRectY DataWindow expression function Description Returns the bounds of the computed field and the device context is clipped within those bounds. This expression is only valid in the context of the Paint expression function. Syntax
|
1 |
GetPaintRectY ( ) |
Return value Integer. Returns the Y bound for the computed field. See also GetPaintDC GetPaintRectHeight GetPaintRectWidth GetPaintRectX Document get from…
LastRowOnPage – PB Docs 2017
LastRowOnPage property (DataWindow object) Description The last row currently visible in the DataWindow. Applies to DataWindows Syntax PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.LastRowOnPage |
Describe argument:
|
1 |
"DataWindow.LastRowOnPage" |
Examples
|
1 2 3 |
string setting setting = dw1.Object.DataWindow.LastRowOnPage setting = dw1.Describe("DataWindow.LastRowOnPage") |
Document get from Powerbuilder help Thank you for watching.