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 2017 – Page 2 – PowerBuilder Library

Powerbuilder Documentation 2017

Powerbuilder Documentation 2017

Syntax.Data – PB Docs 2017

Syntax.Data property (DataWindow object) Description The data in the DataWindow object described in parse format (the format required by the DataWindow parser). Applies to DataWindows Syntax PowerBuilder dot notation:

Describe argument:

Usage Use this property with the Syntax property to obtain the description of the DataWindow object and the data. Using this information,…

ChangeDirectory – PB Docs 2017

ChangeDirectory PowerScript function Description Changes the current directory. Syntax

Argument Description directoryname String for the name of the directory you want to set as the current directory Return value Integer. Returns 1 if the function succeeds and -1 if an error occurs. Examples This example changes the current directory to the parent directory of…

Pen.property – PB Docs 2017

Pen.property property (DataWindow object) Description Settings for a line or the outline of a control. Applies to Line, Oval, Rectangle, and RoundRectangle controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description controlname The name of the control whose Pen property you want to get or set. property A property that applies…

ClearAll – PB Docs 2017

ClearAll PowerScript function Description Deletes all content from the specified control, but does not store it in the clipboard. Applies to RichTextEdit Syntax

Argument Description objectname Name of the RichTextEdit control Return value Long. Returns the number of characters removed from the RichTextEdit control. Usage Use to remove all content from a RichTextEdit control,…

Tag – PB Docs 2017

Tag property (DataWindow object) Description The tag value of the specified control. The tag value can be any text you see fit to use in your application. Applies to Button, Column, Computed Field, Graph, GroupBox, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter…

DeleteSeries – PB Docs 2017

DeleteSeries PowerScript function Description Deletes a series and its data values from a graph. Applies to Graph controls in windows and user objects. Does not apply to graphs within DataWindow objects (because their data comes directly from the DataWindow). Syntax

Argument Description controlname The graph in which you want to delete a series seriesname…

Bandname.property – PB Docs 2017

Bandname.property (DataWindow object) Description Settings for the color, size, and pointer of a band in the DataWindow object. The gradient settings do not work in reports. Applies to DataWindows Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description bandname The identifier of a band in the DataWindow object. Values are: Detail Footer…

EndUpload – PB Docs 2017

EndUpload PowerScript event Description Occurs after transmission of the upload to the synchronization server. Event ID Event ID Objects None MLSynchronization, MLSync Arguments None Return Values None Usage Use this event to add custom actions immediately after transmission of the upload stream from dbmlsync to the MobiLink synchronization server. The BeginUpload event marks the beginning…

Paint – PB Docs 2017

Paint DataWindow expression function Description Takes a string expression argument and returns the same string, allowing you to paint inside a DataWindow object in a way that respect the position and z-order of other DataWindow objects. Syntax

Argument Description expr Any valid DataWindow expression. It should contain a function call to a drawing global…

DoVerb – PB Docs 2017

DoVerb PowerScript function Description Requests the OLE server application to execute the specified verb for the OLE object in an OLE control or OLE DWObject. Applies to OLE controls and OLE DWObjects (objects within a DataWindow object that is within a DataWindow control) Syntax

Argument Description objectref The name of the OLE control or…