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 588 – PowerBuilder Library

Powerbuilder Documentation 2019

Powerbuilder Documentation 2019

Looking at an application’s structure – PB Docs 2019

Looking at an application’s structure Contents Which objects are displayed If you are working with an application that references one or more objects in an application-level script, you can look at the application’s structure in the Browser. To display the application’s structure: Click the Browser button on the PowerBar. In the Browser, select the Uses…

Syntax 2: For windows – PB Docs 2019

Syntax 2: For windows Description Occurs when the pointer is moved within the window. Event ID Event ID Objects pbm_mousemove Window Arguments Argument Description flags UnsignedLong by value (the modifier keys and mouse buttons that are pressed). Values are: 1 — Left mouse button 2 — Right mouse button 4 — Shift key 8 —…

Opening existing objects – PB Docs 2019

Opening existing objects You can open existing objects through the Open dialog box or directly from the System Tree. To open existing objects Click the Open button in the PowerBar or select File>Open from the menu bar. When using the System Tree To open an existing object directly from the System Tree, either double-click on…

HasRootElement – PB Docs 2019

HasRootElement Description Returns true if this document has a root element. Syntax

Argument Description pbdom_document_name The name of a PBDOM_DOCUMENT object Return value Boolean. Returns true if the current PBDOM_DOCUMENT object has a root element, and false otherwise. See also DetachRootElement GetRootElement SetRootElement Document get from Powerbuilder help Thank you for watching.

Installation Process – PB Docs 2019

Installation Process Contents Online Installation Offline Installation Common installation issues Document get from Powerbuilder help Thank you for watching.

EXIT – PB Docs 2019

EXIT Description In a DO…LOOP or a FOR…NEXT control structure, passes control out of the current loop. EXIT takes no parameters. Syntax

Usage An EXIT statement in a DO…LOOP or FOR…NEXT control structure causes control to pass to the statement following the LOOP or NEXT statement. In a nested loop, an EXIT statement passes…

HTTPClient enhancements – PB Docs 2019

HTTPClient enhancements The HTTPClient object has added the following new properties: IgnoreServerCertificate — Ignores certain type(s) of server certificate error when sending a request. CheckForServerCertRevocation — Checks if the server certificate is revoked when sending a request. Document get from Powerbuilder help Thank you for watching.

ODBC SQL Support – PB Docs 2019

ODBC SQL Support PowerBuilder embedded SQL supports the name qualification conventions and functions used in the databases accessible through the ODBC interface. See also ODBC Name qualification ODBC SQL functions Document get from Powerbuilder help Thank you for watching.

New JSON format – PB Docs 2019

New JSON format The SnapObjects ModelStore can exchange data with PowerBuilder DataWindow in JSON strings, so now the following JSON formats are supported: Plain JSON (formerly called simple JSON) DataWindow JSON (formerly called standard JSON) ModelStore JSON (added in version 2019) Note: removed in version 2019 R2 For more about these formats, refer to the…

The elements of PBNI – PB Docs 2019

The elements of PBNI To enable the features described in the previous section, PBNI provides interfaces, structures, global functions, and helper classes. These elements are described in more detail in the reference section of this guide. See PBNI Interfaces, Structures, and Methods This section provides an overview. Interfaces The IPB_VM interface is used to load…