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

Powerbuilder Documentation 2022

Powerbuilder Documentation 2022

PowerBuilder Runtime Packager 2017 R3 fails – PB Docs 2022

PowerBuilder Runtime Packager 2017 R3 fails Symptom The following error occurs when running the PowerBuilder Runtime Packager: Linking the MSI for PowerBuilder .NET runtime produced an error In the %temp% folder (by default: C:UsersappeonAppDataLocalTemp) there may be an error message in the file pbwix.log saying that some DLL is missing in the PowerBuilder install folder….

TraceTreeNode object – PB Docs 2022

TraceTreeNode object The TraceTreeNode object provides information about the nodes in the tree model, including the type of activity represented by the node. You use the TraceTreeNode object in conjunction with the TraceTree object. The TraceTreeNode object has no events. Properties TraceTreeNode property Datatype Description ActivityType TraceActivity (enumerated) A value of the enumerated datatype TraceActivity…

ToolbarWidth – PB Docs 2022

ToolbarWidth property for PowerScript controls Applies to Windows Description For MDI frame windows, the ToolbarWidth property specifies the width of the toolbar when it is a floating toolbar. Usage In a painter To specify toolbar width: Enter the desired width in the ToolbarWidth field on the Toolbar tab page in the window’s Properties view. In…

TraceObject object – PB Docs 2022

TraceObject object The TraceObject object provides information about a node in a trace file identified as the creation or destruction of an object. To access the extra properties of the TraceObject object, you assign a TraceActivityNode object whose activity type is ActObjectCreate! or ActObjectDestroy! to the TraceObject object. The TraceObject object has no events. Properties…

Transparency – PB Docs 2022

Transparency property for PowerScript controls Contents For windows and applicable controls For PDFImage object For PDFWatermark object Document get from Powerbuilder help Thank you for watching.

Trim – PB Docs 2022

Trim PowerScript function Description Removes leading and trailing spaces from a string. Syntax

Argument Description string The string you want returned with leading and trailing spaces deleted removeallspaces A boolean indicating that all types of spaces should be deleted Return value String. Returns a copy of string with all leading and trailing spaces deleted…

SyncPreview – PB Docs 2022

SyncPreview PowerScript event Description Returns generated dbmlsync command arguments immediately prior to launching the synchronization process. Event ID Event ID Objects None MLSynchronization, MLSync Arguments Argument Description command_args String passed by reference that includes dbmlsync command arguments for launching the synchronization process. Return Values None Usage Use this event to receive and display dbmlsync command…

TableInsert – PB Docs 2022

TableInsert PowerScript function Description Inserts a table in the RichTextEdit control. Applies to RichTextEdit control Syntax

Argument Description rows The number of rows to add in the new table. column The number of columns to add in the new table. textPos The position to insert the new table, which will be the character index…

TableAtInputPos – PB Docs 2022

TableAtInputPos PowerScript function Description Gets the ID of the table in the RichTextEdit control where the cursor locates. Applies to RichTextEdit control Syntax

Return value Long. Returns the ID of the table where the cursor locates. Returns 0 if the cursor does not locate in a table, or multiple table cells are currently selected….

Tab control – PB Docs 2022

Tab control A Tab control contains tab pages, which are user objects that contain controls. Tab pages can be defined within the Tab control or they can be defined in the User Object painter and inserted into the Tab control. Each tab page can have its own label, picture, and background color. All tab pages…