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

Powerbuilder Documentation

Powerbuilder Documentation

PipeEnd – PB Docs 150

PipeEnd event Description Occurs when pipeline processing is completed. Event ID Event ID Objects pbm_pipeend Pipeline Parameters None Return Values Long. Return code choices (specify in a RETURN statement): 0 Continue processing Usage You can use the PipeEnd event to check the status of pipeline processing. The Start and Repair functions initiate pipeline processing. For a…

About the Translation Toolkit – PB Docs 150

About the Translation Toolkit The Translation Toolkit is a set of tools designed to help you translate PowerBuilder applications into other languages. It includes a standalone translator tool that is used by the person or group translating the text of the application. When you use the Toolkit to create a project, a copy of each…

Default data import – PB Docs 2017

Default data import Contents Example with no empty elements Example with empty elements When there is no import template assigned to a DataWindow object with the UseTemplate property, PowerBuilder attempts to import the data using the default mechanism described in this section. Elements that contain text The text between the start and end tags for…

PrintRoundRect – PB Docs 2018

PrintRoundRect PowerScript function Description Draws a white rectangle with rounded corners and a border of the specified thickness on the print page. Syntax

Argument Description printjobnumber The number the PrintOpen function assigned to the print job x An integer specifying the x coordinate in thousandths of an inch of the upper-left corner of the…

EXCEPTION_PBDOM_OBJECT_INVALID_FOR_USE – PB Docs 2019

EXCEPTION_PBDOM_OBJECT_INVALID_FOR_USE Code Value: 5 This exception is thrown when an invalid PBDOM_OBJECT is used, either directly to invoke a method, or as a parameter. Situations where a PBDOM_OBJECT is deemed invalid include those where a PBDOM_OBJECT is instantiated as a PBDOM_OBJECT and not as a derived class object. They also include the situation where a…

Deleting menu items – PB Docs 2019

Deleting menu items To delete a menu item Select the menu item you want to delete. Click the Delete button in the PainterBar or select Edit>Delete from the menu bar. Document get from Powerbuilder help Thank you for watching.

GetContextService – PB Docs 2021

GetContextService PowerScript function Description Returns a reference to a context-specific instance of the specified service. Applies to Any object Syntax

Argument Description servicename String specifying the service object. Valid values are: ContextInformation — Context information service ContextKeyword — Context keyword service ErrorLogging — Error logging service for PowerBuilder components running in a transaction server…

Microsoft SQL Server FETCH – PB Docs 2022

Microsoft SQL Server FETCH To access rows returned in a result set, you use the FETCH statement the same way you use it for cursors. The FETCH statement can be executed after any EXECUTE statement that refers to a procedure that returns a result set. Example 1

You can use this FETCH statement only…

Using other DataWindow methods – PB Docs 2022

Using other DataWindow methods There are many more methods you can use to perform activities in DataWindow controls. Here are some of the more common ones: Method Purpose AcceptText Applies the contents of the edit control to the current item in the DataWindow control DeleteRow Removes the specified row from the DataWindow control, placing it…

Usage notes for OrcaScript commands and parameters – PB Docs 115

Usage notes for OrcaScript commands and parameters Before calling any other ORCA functions, you need to open a session:

You can start and end multiple OrcaScript sessions in the same batch file. Copying files, objects, and properties If you want to use OrcaScript simply to move objects among libraries, you do not need to…