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

Powerbuilder Documentation

Powerbuilder Documentation

Title – PB Docs 2017

Title property (DataWindow object) Description The title of the graph. Applies to Graph controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description graphname In the DataWindow object, the name of the Graph control for which you want to get or set the title titlestring A string specifying the graph’s title Usage…

BlobEdit – PB Docs 2017

BlobEdit PowerScript function Description Inserts data of any PowerBuilder datatype into a blob variable. Syntax

Argument Description blobvariable An initialized variable of the blob datatype into which you want to copy a standard PowerBuilder datatype n The number (1 to 4,294,967,295) of the position in blobvariable at which you want to begin copying the data…

What are Open Client security services? – PB Docs 2018

What are Open Client security services? Open Client 11.1.x or later security services allow you to use a supported third-party security mechanism (such as CyberSafe Kerberos) to provide login authentication and per-packet security for your application. Login authentication establishes a secure connection, and per-packet security protects the data you transmit across the network. Document get from…

PDF and XSL-FO export – PB Docs 2019

PDF and XSL-FO export Contents Using the Ghostscript distiller Using the PDFlib generator Using the Apache FO processor PowerBuilder can save the DataWindow’s data and presentation as a Portable Document Format (PDF) file using three techniques. By default, PowerBuilder saves as PDF using a distiller. PowerBuilder can also save to native PDF using PDFlib, or…

SAP Adaptive Server Enterprise Using AutoCommit – PB Docs 2021

SAP Adaptive Server Enterprise Using AutoCommit The setting of the AutoCommit property of the transaction object determines whether PowerBuilder issues SQL statements inside or outside the scope of a transaction. When AutoCommit is set to false or 0 (the default), SQL statements are issued inside the scope of a transaction. When you set AutoCommit to…

C0006 Compiler Warning – PB Docs 2021

C0006 Compiler Warning Message text Unused label: label. Explanation The following code generates C0006:

The following code compiles without error:

See Also GOTO in the section called “GOTO” in PowerScript Reference. Document get from Powerbuilder help Thank you for watching.

SharedObjectGet – PB Docs 2022

SharedObjectGet PowerScript function Description Gets a reference to a shared object instance. Syntax

Argument Description instancename The name of a shared object instance to which you want to obtain references. The name you specify must match the name given to the object instance when it was first registered with the SharedObjectRegister function. objectinstance An…

Distributing resources – PB Docs 100

Distributing resources You can choose to distribute your resources (pictures, pointers, and icons) separately or include them in your executable file or dynamic library. Distributing resources separately When a resource is referenced at runtime, if the resource has not been included in the executable file or in a dynamic library, PowerBuilder looks for it in…

Step 3: save the user object – PB Docs 125

Step 3: save the user object To save the user object: In the User Object painter, click the Save button, or select File>Save from the menu bar. The Save User Object dialog box displays. Specify the name of the user object, comments that describe its purpose, and the library in which to save the user…

InputFieldInsert – PB Docs 125

InputFieldInsert PowerScript function Description Inserts a named input field at the insertion point in a RichTextEdit control. Controls RichTextEdit controls Syntax

Argument Description rtename The name of the RichTextEdit control in which you want to insert an input field inputfieldname A string whose value is the name of input field to be inserted. The…