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 2019 – Page 3 – PowerBuilder Library

Powerbuilder Documentation 2019

Powerbuilder Documentation 2019

Connect to Default Profile – PB Docs 2019

Connect to Default Profile database preference Description Connect to Default Profile controls whether the Database painter establishes a connection to a database using a default profile when the painter is invoked. If not selected, the Database painter opens without establishing a connection to a database. Applies to All database interfaces In an application You cannot…

Workspace properties: Source Control tab – PB Docs 2019

Workspace properties: Source Control tab Description For PB Native, specify the source control system to be associated with the current workspace. For SVN and Git, view and edit the source control connection settings for the current workspace. Besides that, if a project is under source control using a third-party tool such as TortoiseSVN or TortoiseGit,…

CornerHeight – PB Docs 2019

CornerHeight property for PowerScript controls Applies to RoundRectangle controls Description The Corner Height property sets the radius of the vertical part of the corners of a RoundRectangle control. The radius is in PowerBuilder units. Usage In a painter To set the CornerHeight property: Enter an integer in the CornerHeight field on the General page of…

Rename dialog box – PB Docs 2019

Rename dialog box Description Use this dialog box to rename a class in the class diagram. Dialog options Name Enter a new name for the class you want to rename. The class name and the code (reference name) will be the same unless you enter characters that are not permitted in a reference name. Such…

Customizing keyboard shortcuts – PB Docs 2019

Customizing keyboard shortcuts You can associate your own keyboard shortcuts with PowerBuilder menu items. For example, if you have used another debugger, you may be accustomed to using specific function keys or key combinations to step into and over functions. You can change the default keyboard shortcuts to associate actions in PowerBuilder’s Debugger with the…

To display the Plug-in Attributes of Target dialog box – PB Docs 2019

To display the Plug-in Attributes of Target dialog box Right-click a PowerScript target in the System Tree and select Plug-in Attributes from the pop-up menu. You could also select Reverse Engineer from the same menu, then click the ellipsis button next to the Object Oriented Model File Name field. Document get from Powerbuilder help Thank…

Cut – PB Docs 2019

Cut PowerScript function Description Deletes selected text or an OLE object from the specified control and stores it on the clipboard, replacing the clipboard contents with the deleted text or object. Applies to DataWindow, InkEdit, MultiLineEdit, SingleLineEdit, DropDownListBox, DropDownPictureListBox, and OLE controls Syntax

Argument Description controlname The name of the DataWindow, InkEdit, MultiLineEdit, SingleLineEdit,…

Specify Sort Columns dialog box – PB Docs 2019

Specify Sort Columns dialog box Description Specify the criteria PowerBuilder uses to sort data in the rows of a DataWindow object or in the Results view in the Database painter. Options Source Data Lists all the columns in the data source. Columns Drag the columns that you want to sort the rows on from the…

CursorLib – PB Docs 2019

CursorLib database parameter Description Specifies the cursor library to use when connecting to an ODBC data source. Applies to ODBC (if driver and back-end DBMS support this feature) Syntax

Parameter Description value The cursor library to use when connecting to an ODBC data source. Values are: ODBC_Cur_Lib Use the ODBC Version 2.0 or higher…

Insert Object dialog box: Insert Control tab – PB Docs 2019

Insert Object dialog box: Insert Control tab Description Embeds an OLE custom control in a window, user object, or DataWindow object. Dialog options Control Type Lists the available OLE custom controls installed on your system. Select a control and click OK to insert it into your window, user object, or DataWindow object. Register New Click…