Arguments – PB Docs 126
Arguments DataWindow object property Description The retrieval arguments required by the data source. You specify retrieval arguments in the DataWindow’s SELECT statement and you provide values for the retrieval arguments when you call the Retrieve method. Controls Database table for the DataWindow object Not settable in PowerScript. Used in DataWindow syntax. Syntax
1 |
Table(Arguments = ( (<span>name1</span>, <span>type</span>), (<span>name2</span>, <span>type</span>) ... ) ... ) |
Parameter Description…
KeyClause – PB Docs 126
KeyClause DataWindow object property Description An expression to be used as the key clause when retrieving the blob. Controls TableBlob controls Syntax PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>tblobname</span>.KeyClause |
Describe and Modify argument:
1 |
"<span>tblobname</span>.KeyClause { = '<span> keyclause </span>' }" |
Parameter Description tblobname The name of the TableBlob for which you want to specify a key clause. keyclause (exp) A string that will be…
QueryMode – PB Docs 126
QueryMode DataWindow object property Description Whether the DataWindow is in query mode. In query mode, the user can specify the desired data by entering WHERE criteria in one or more columns. DataWindow presentation styles You cannot use QueryMode with DataWindow objects that use any of the following presentation styles: N-Up, Label, Crosstab, RichText, and Graph….
Rotation – PB Docs 126
Rotation DataWindow object property Description The degree of left-to-right rotation for the graph control within the DataWindow when the graph has a 3D type. Controls Graph controls Syntax PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>graphname</span>.Rotation |
Describe and Modify argument:
1 |
"<span>graphname</span>.Rotation = { ' <span>integer </span>' }" |
Parameter Description graphname The name of the Graph control for which you want to get or set the…
Retrieve.AsNeeded – PB Docs 126
Retrieve.AsNeeded DataWindow object property Description Whether rows will be retrieved only as needed from the database. After the application calls the Retrieve method to get enough rows to fill the visible portion of the DataWindow, additional rows are “needed” when the user scrolls down to view rows that have not been viewed yet. Controls DataWindows…
ShowBackColorOnXP – PB Docs 126
ShowBackColorOnXP DataWindow object property Description Whether the background color that you select for a button displays on Windows XP. Controls DataWindow objects Syntax PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.ShowBackColorOnXP |
Describe and Modify argument:
1 |
"DataWindow.ShowBackColorOnXP{ = <span>value </span>}" |
Parameter Description value A boolean value that indicates whether the background color that you select for a button displays on Windows XP. Values…
RichText.property – PB Docs 126
RichText.property DataWindow object property Description Properties for the DataWindow RichText presentation style. Controls DataWindows Syntax PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.RichText.<span>property</span> |
Describe and Modify argument:
1 |
"DataWindow.RichText.<span>property</span> { = <span>value</span> }" |
Parameter Description property A property for the DataWindow RichText presentation style. Properties and appropriate values are listed in the table below. value A value to be assigned to the property. Property…
RadioButtons.property – PB Docs 126
RadioButtons.property DataWindow object property Description Properties that control the appearance and behavior of a column with the RadioButton edit style. Controls Column controls Syntax PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.<span>columnname</span>.RadioButtons.<span>property</span> |
Describe and Modify argument:
1 |
"<span>columnname</span>.RadioButtons.<span>property</span> { = <span>value</span> }" |
Parameter Description columnname The name of the column that has the RadioButton edit style. property A property for the RadioButton column. Properties…
ShadeColor – PB Docs 126
ShadeColor DataWindow object property Description The color used for shading the back edge of the series markers when the graph’s type is 3D. ShadeColor has no effect unless Series.ShadeBackEdge is 1 (Yes). If ShadeBackEdge is 0, the axis plane is the same color as the background color of the graph. Controls Graph controls Syntax PowerBuilder…
ReplaceTabWithSpace – PB Docs 126
ReplaceTabWithSpace DataWindow object property Description Whether tab characters embedded in the data for a DataWindow display as square boxes when the row is not the current row. Controls DataWindows Syntax PowerBuilder dot notation:
1 |
<span>dw_control</span>.Object.DataWindow.ReplaceTabWithSpace |
Describe and Modify argument:
1 |
"DataWindow.ReplaceTabWithSpace { = <span>value</span> }" |
Parameter Description value Whether tab characters embedded in the data for a DataWindow are replaced with…