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

Rotate – PB Docs 2022

Rotate property for PowerScript objects Applies to PDFWatermark Description The Rotate property specifies the rotation angle of the watermark. Datatype Real. Usage In scripts The Rotate uses a real value in the range 0 to 359, inclusive. The value of 0 means no rotation. The value of n means the watermark will be rotated by…

Rich text and the end user – PB Docs 2022

Rich text and the end user All the editing tools described throughout this chapter and in the section called “Working with Rich Text” in Users Guide can be made available to your users. What users can do Users can: Use the toolbars for text formatting Use the pop-up menu, which includes using the clipboard and…

RightIndent – PB Docs 2022

RightIndent property for PowerScript objects Applies to PDFTextLayout object Description Gets or sets the right indent in the PDF document Data type Real. The unit is point (pt). Usage In scripts The RightIndent property sets the right indent of the text or text block in a PDF document. The unit is point (pt). The following…

Saving data in an external file – PB Docs 2022

Saving data in an external file Contents Saving the data as PDF Saving the data in HTML Table format Working with PSR files While previewing, you can save the data retrieved in an external file. Note that the data and headers (if specified) are saved. Information in the footer or summary bands is not saved…

RibbonSmallButtonItem control – PB Docs 2022

RibbonSmallButtonItem control A RibbonSmallButtonItem control defines a small button in the RibbonBar control. For more about the small button, see the section called “Introduction to RibbonBar items” in Users Guide. The RibbonLargeButtonItem control is the child object of the RibbonPanelItem or RibbonGroupItem control (RibbonBar > Category > Panel > [Group >] SmallButton). For the hierarchical…

Feature removals and runtime differences – PB Docs 2022

Feature removals and runtime differences PowerBuilder 2022 has optimized the runtime files, and officially removed features such as TE Edit Control, Java, JDK 1.6, EasySoap, SOAP clients, OData, etc. You should be aware of the effects of such feature removals and runtime differences before upgrading the PowerBuilder application. For example, For the window size difference…

ReplaceA – PB Docs 2022

ReplaceA PowerScript function Description Temporarily converts a string to DBCS based on the current locale, then replaces a portion of one string with another. Syntax

Argument Description string1 The string containing characters you want to replace. start A long whose value is the position in bytes of the first character you want to replace…

RESTClient object – PB Docs 2022

RESTClient object The RESTClient object provides the ability to access the RESTful Web APIs. It loads the JSON-formatted string returned from the RESTful Web Service APIs into the DataWindow object. The JSON string returned from the RESTFul Web Service APIs must be in the format described in the section called “Supported JSON formats” in Application…

Read – PB Docs 2022

Read PowerScript function Contents Syntax 1: For reading into a string Syntax 2: For character arrays or blobs Reads data from an opened OLE stream object. To Use Read data into a string Syntax 1 Read data into a character array or blob Syntax 2 Document get from Powerbuilder help Thank you for watching.

RecognitionResult – PB Docs 2022

RecognitionResult PowerScript event Description Occurs when an InkEdit control gets results from a call to the RecognizeText function. Event ID Event ID Objects pbm_inkerecognition InkEdit Arguments None Return Values None Examples This code in the RecognitionResult event allows the application to wait a few seconds while the Text property of the ie_id InkEdit control is…