Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Powerbuilder Documentation 12.5 – PowerBuilder Library

Powerbuilder Documentation 12.5

Powerbuilder Documentation 12.5

Processing – PB Docs 125

Processing DataWindow object property Description The type of processing required to display the data in the selected presentation style. Controls DataWindows Syntax PowerBuilder dot notation:

Describe argument:

Return values are: 0 – (Default) Form, group, n-up, or tabular 1 – Grid 2 – Label 3 – Graph 4 – Crosstab 5 – Composite…

Table (for Create) – PB Docs 125

Table (for Create) DataWindow object property Description The section of the DataWindow syntax that specifies information about the DataWindow’s database table, including the name of the update table. Use Table in DataWindow syntax for the Create method. Syntax Does not apply. Usage Use this property to redefine a DataWindow result set. You can add a…

Export.XML.Template[ ].Name – PB Docs 125

Export.XML.Template[ ].Name DataWindow object property Description The name of an XML export template associated with a DataWindow object. Controls DataWindow objects Syntax PowerBuilder dot notation:

Describe argument:

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 export…

dddw.property – PB Docs 125

dddw.property DataWindow object property Description Properties that control the appearance and behavior of a column with the DropDownDataWindow edit style. Controls Column controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description columnname The name of a column that has the DropDownDataWindow edit style. property A property for the DropDownDataWindow column. Properties…

HTMLDW – PB Docs 125

HTMLDW DataWindow object property Description Specifies whether HTML generated for the DataWindow object provides updates and interactivity. Controls DataWindow objects Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description value The value to be assigned to the property. Value can be a quoted DataWindow expression. Values are: Yes – DataWindow HTML generation…

Header_Bottom_Margin – PB Docs 125

Header_Bottom_Margin DataWindow object property Description The size of the bottom margin of the DataWindow’s header area. Header_Bottom_Margin is meaningful only when type is Grid or Tabular. Controls Style keywords Syntax DataWindowSyntaxFromSql:

Parameter Description value An integer specifying the size of the bottom margin of the header area in the units specified for the DataWindow….

Data.XMLDTD – PB Docs 125

Data.XMLDTD DataWindow object property Description A string containing the full document type definition (DTD) of the XML output for a DataWindow object. Controls DataWindows Syntax PowerBuilder dot notation:

Describe argument:

Usage Use this property to return the full DTD of the XML output of a DataWindow object separately from the generated XML document…

Action – PB Docs 125

Action DataWindow object property Description The action a user can assign to a button control. Controls Button controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description buttonname The name of the button for which you want to assign an action. value The action value assigned to the button. Values are listed…

Data.HTML – PB Docs 125

Data.HTML DataWindow object property Description A string containing HTML and JavaScript that represents data and presentation of the DataWindow object. The data is presented in a read-only HTML table or data-entry form, depending on settings of other properties. Controls DataWindows Syntax PowerBuilder dot notation:

Describe argument:

Usage When HTMLDW is set to False,…