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

Powerbuilder Documentation

Powerbuilder Documentation

Creating an executable application – PB Docs 2019

Creating an executable application Contents Creating an executable app project Defining an executable app project Tracing execution Building an executable file and dynamic libraries Document get from Powerbuilder help Thank you for watching.

For RibbonComboBoxItem controls – PB Docs 2021

For RibbonComboBoxItem controls Applies to RibbonComboBoxItem controls Description Specifies a user event as the Modified event of the RibbonComboBoxItem. The RibbonComboBoxItem control requires that the modified event have a long parameter for receiving the handle of the combo box. For how to define the Modified user event for RibbonComboBoxItem controls, see Modified in PowerScript Reference….

Syntax 2: For floating toolbars – PB Docs 2022

Syntax 2: For floating toolbars Description Sets the position and size of a floating toolbar. Applies to MDI frame and sheet windows Syntax

Argument Description window The MDI frame or sheet to which the toolbar belongs toolbarindex An integer whose value is the index of the toolbar whose settings you want to change x…

Creating a new user object – PB Docs 2022

Creating a new user object To create a new user object Open the New dialog box. On PB Object tab page, select the kind of user object you want to create. The five user object choices display at the top of the tab page: Click OK. What you do next depends on the type of…

Adding pbejbclient110.pbx to your application – PB Docs 110

Adding pbejbclient110.pbx to your application The simplest way to add the PBEJBClient classes to a PowerBuilder target is to import the object descriptions in the pbejbclient110.pbx PBX file into a library in the PowerBuilder System Tree The pbejbclient110.pbx and pbejbclient110.pbd files are installed in the Shared/PowerBuilder directory when you install PowerBuilder. When you create an…

Evaluating DataWindow expressions in the Describe function – PB Docs 125

Evaluating DataWindow expressions in the Describe function The Describe function provides a way to evaluate DataWindow expressions outside their usual context. The Evaluate function, which is used only within Describe, allows you to evaluate DataWindow expressions within a script using data in the DataWindow. Evaluate has the following syntax:

Expression is the expression you…

GetAutomationNativePointer – PB Docs 126

GetAutomationNativePointer PowerScript function Description Gets a pointer to the OLE object associated with the OLEObject variable. The pointer lets you call OLE functions in an external DLL for the object. Controls OLEObject Syntax

Argument Description oleobject The name of an OLEObject variable containing the object for which you want the native pointer. pointer An…

Building Web applications – PB Docs 126

Building Web applications PowerBuilder provides several tools that you can use to build Web applications. This section provides a brief overview of these tools and points to where you can find more information. Appeon for PowerBuilder Appeon for PowerBuilder is a product that deploys existing PowerBuilder client/server applications to the Web. For more information, see…

FormatArgsAsExp – PB Docs 150

FormatArgsAsExp database parameter Description Controls whether PowerBuilder converts a DataWindow object retrieval argument of decimal datatype to scientific (exponential) notation if the argument exceeds 12 digits but has fewer than 16 digits. If FormatArgsAsExp is set to Yes (the default), PowerBuilder performs this conversion. When to specify FormatArgsAsExp You must specify a value for FormatArgsAsExp…

To display the Database Binary/Text Large Object dialog box – PB Docs 2017

To display the Database Binary/Text Large Object dialog box After you create a pipeline definition using a source table that has a blob column, in the Data Pipeline painter workspace select Design >Database Blob from the menu bar. Document get from Powerbuilder help Thank you for watching.