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

Powerbuilder Documentation 2022

Powerbuilder Documentation 2022

Round – PB Docs 2022

Round PowerScript function Description Rounds a number to the specified number of decimal places. Syntax

Argument Description x The number you want to round. n The number of decimal places to which you want to round x. Valid values are 0 through 30. Return value Decimal. Returns x rounded to the specified number of…

RightClicked – PB Docs 2022

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

Runtime requirements for synchronization on remote machines – PB Docs 2022

Runtime requirements for synchronization on remote machines Support files required on remote machine If you do not install PowerBuilder or SQL Anywhere on remote machines, you must copy the files listed in the following table to use MobiLink synchronization with a PowerBuilder application. These files must be copied to the system path on the remote…

RibbonLargeButtonItem control – PB Docs 2022

RibbonLargeButtonItem control A RibbonLargeButtonItem control defines a large button in the RibbonBar control. For more about the large button, see the section called “Introduction to RibbonBar items” in Users Guide. The RibbonLargeButtonItem is the child object of the RibbonPanelItem control (RibbonBar > Category > Panel > LargeButton). For the hierarchical structure of the ribbon controls…

Syntax 2: For PDFTableOfContents object – PB Docs 2022

Syntax 2: For PDFTableOfContents object Description Removes all items from the table of contents. Applies to PDFTableOfContents objects PDFTableOfContentsItem objects Syntax

Return value Long. Returns 1 if the function succeeds and -1 if an error occurs. For the full list of error codes, see Error Codes. Usage If calling the function for PDFTableOfContents, all…

Rename – PB Docs 2022

Rename PowerScript event Description Occurs when the server application notifies the control that the object has been renamed. Event ID Event ID Objects pbm_omnrename OLE Arguments None Return Values Long. Return code: Ignored Usage If you want to retrieve the ObjectData blob value of an OLE control during the processing of this event, you must…

ReplaceW (obsolete) – PB Docs 2022

ReplaceW (obsolete) Description Replaces a portion of one string with another. This function is obsolete. It has the same behavior as Replace in all environments. Syntax

Document get from Powerbuilder help Thank you for watching.

PrintX – PB Docs 2022

PrintX PowerScript function Description Reports the x coordinate of the print cursor. Syntax

Argument Description printjobnumber The number the PrintOpen function assigned to the print job Return value Integer. Returns the x coordinate of the print cursor if it succeeds and -1 if an error occurs. If any argument’s value is null, PrintX returns…

Real – PB Docs 2022

Real PowerScript function Description Converts a string value to a real datatype or obtains a real value that is stored in a blob. Syntax

Argument Description stringorblob The string whose value you want returned as a real value or a blob in which the first value is the real value. The rest of the…

Rectangle control – PB Docs 2022

Rectangle control A rectangle is a filled or outlined rectangular form within a window and is typically used for design purposes. For example, you can put a CommandButton or a picture in a rectangle, or you can use a rectangle behind and slightly offset from another control to create a shadow effect. When you use…