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 2018 – Page 510 – PowerBuilder Library

Powerbuilder Documentation 2018

Powerbuilder Documentation 2018

Using the DEBUG preprocessor symbol – PB Docs 2018

Using the DEBUG preprocessor symbol You can use the syntax #IF DEFINED followed by a predefined preprocessor symbol to mark a block of code for specialized processing before it is compiled. The block of conditional code is automatically parsed by a PowerBuilder preprocessor before it is passed to the compiler. Most of the predefined preprocessor…

The System Tree – PB Docs 2018

The System Tree The System Tree provides an active resource of programming information you use while developing targets. It lets you not only get information, but also drag objects into painter views (such as the Script view or Layout view) for immediate use. The System Tree displays by default when you start PowerBuilder for the…

Working in painters – PB Docs 2018

Working in painters Contents Opening painters Painter summary Painter features Views in painters that edit objects In PowerBuilder, you edit objects such as applications, windows, menus, DataWindow objects, and user objects in painters. In addition to painters that edit objects, other painters such as the Library painter and the Database painter provide you with the…

Adding another nested report to a composite report – PB Docs 2018

Adding another nested report to a composite report After you have created a composite report, you might want to add another report. The following procedure describes how. For information on adding a nested report to a report that is not a composite report, see Placing a related nested report in another report or Placing an…

SystemRoutine – PB Docs 2018

SystemRoutine PowerScript function Description Provides the routine node representing the system root in a performance analysis model. Applies to Profiling object Syntax

Argument Description instancename Instance name of the Profiling object. theroutine A value of type ProfileRoutine containing the routine node representing the system root. This argument is passed by reference. Return value ErrorReturn….

SymmetricDecrypt – PB Docs 2018

SymmetricDecrypt PowerScript function Description Decrypts a blob value using symmetric algorithm. Applies to CrypterObject objects Syntax

Argument Description crypter The name of the CrypterObject object. algorithm A value of the SymmetricAlgorithm enumerated type that specifies the type of symmetric algorithm. Values are: AES! – The Advanced Encryption Standard DES! – The Data Encryption Standard…

TabTextColor – PB Docs 2018

TabTextColor property for PowerScript controls Applies to TabPage objects and UserObjects when they are tab pages Description The TabTextColor property allows you to select the color for the tab’s text. Usage In a painter To add your own colors to the color drop-down list, select Design>Custom Colors before displaying the Properties view. To change the…