Powerbuilder Documentation 2022

Powerbuilder Documentation 2022

UseLogFile – PB Docs 2022

UseLogFile property for PowerScript controls Applies to MLSynchronization and MLSync objects Description Specifies whether to log synchronization processing information. Usage At design time, you can select the Save to Log File check box on the Logging tab of the Properties view for an MLSync object. You must also supply a log file name or set…

Using wizards – PB Docs 2022

Using wizards Contents About wizards After you have created a workspace, you can add new or existing targets to it. The first step in building a new PowerBuilder target is to use a Target wizard to create the new target and name it. Document get from Powerbuilder help Thank you for watching.

UpperBound – PB Docs 2022

UpperBound PowerScript function Description Obtains the upper bound of a dimension of an array. Syntax

Argument Description array The name of the array for which you want the upper bound of a dimension n (optional) The number of the dimension for which you want the upper bound. The default is 1 Return value Long….

About targets – PB Docs 2022

About targets A target can be used to create an executable application that include A collection of PowerBuilder windows that perform related activities and that you deliver to users. A traditional client/server application that accesses a database server or an application that acts as a client in a distributed application and requests services from a…

UrlDecode – PB Docs 2022

UrlDecode PowerScript function Description Decodes a string value using URL decoder. Applies to CoderObject object Syntax

Argument Description coder The name of the CoderObject object. variable A string whose value is the data you want to decode with URL decoder. Return value Blob. Returns the result of the decoding if it succeeds. If any…

Modifying source-controlled targets and objects – PB Docs 2022

Modifying source-controlled targets and objects Contents Effects of source control on object management Opening objects checked in to source control Copy and move operations on source-controlled objects Editing the PBG file for a source-controlled target Objects in targets under source control must be managed differently than the same objects in targets that are not under…

Managing the Database – PB Docs 2022

Managing the Database Contents Working with database components Managing databases Using the Database painter Creating and deleting a SQL Anywhere database Working with tables Working with keys Working with indexes Working with database views Manipulating data Creating and executing SQL statements Controlling access to the current database Using the ASA MobiLink synchronization wizard Managing MobiLink…

BeginLabelEdit – PB Docs 2022

BeginLabelEdit PowerScript event Contents Syntax 1: For ListView controls Syntax 2: For TreeView controls The BeginLabelEdit event has different arguments for different objects: Object See ListView control Syntax 1 TreeView control Syntax 2 Document get from Powerbuilder help Thank you for watching.

Checking objects out from source control – PB Docs 2022

Checking objects out from source control What happens on checking out an object When you check out an object, PowerBuilder: Locks the object in the archive so that no one else can modify it — unless your source control system permits multiple user checkouts Copies the object to the directory for the target to which…

BeginX – PB Docs 2022

BeginX property for PowerScript controls Applies to Line controls Description The BeginX property specifies the X position in PowerBuilder units of the beginning of the line. The X coordinate is the distance from the left edge of the window or custom user object. If the object is a main window or custom user object, the…