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

Powerbuilder Documentation 2021

Powerbuilder Documentation 2021

Reverse – PB Docs 2021

Reverse PowerScript function Description Reverses the order or characters in a string. Syntax

Argument Description string A string whose characters you want to reorder so that the last character is first and the first character is last. Return value String. Returns a string with the characters of string in reversed order. Returns the empty…

RightTrimW (obsolete) – PB Docs 2021

RightTrimW (obsolete) Description Removes spaces from the end of a string. This function is obsolete. It has the same behavior as RightTrim in all environments. Syntax

Document get from Powerbuilder help Thank you for watching.

RoundRectangle control – PB Docs 2021

RoundRectangle control A RoundRectangle is a filled or outlined rectangular drawing object with rounded corners that you typically use for design purposes (for example, you can put a CommandButton or a picture in a RoundRectangle). When you use a RoundRectangle to group controls, the grouping does not affect the behavior of the controls in the…

RichTextToolbarActivation – PB Docs 2021

RichTextToolbarActivation constant (DataWindows) Description Values for specifying when a font toolbar appears for a DataWindow. Values PowerBuilder enumerated value Numeric value Meaning RichTextToolbarActivationNever! 0 Never displays a rich text toolbar. RichTextToolbarActivationOnEdit! 1 Displays a rich text toolbar whenever a column with the rich text edit style has focus. This is the default setting. RichTextToolbarActivationAlways! 2…

PrintSend (obsolete) – PB Docs 2021

PrintSend (obsolete) Description Sends an arbitrary string of characters to the printer. PrintSend is usually used for sending escape sequences that change the printer’s setup. Obsolete function PrintSend is an obsolete function and is provided for backward compatibility only. The ability to use this function is dependent upon the printer driver. Syntax

Argument Description…

Providing Online Help for an Application – PB Docs 2021

Providing Online Help for an Application Contents Creating help files Providing online help for developers Providing online help for users About this chapter This chapter describes how to provide online help for other PowerBuilder developers and for end users on Windows. Document get from Powerbuilder help Thank you for watching.

Reading and writing text or binary files – PB Docs 2021

Reading and writing text or binary files You use PowerScript text file functions to read and write text in line mode or text mode, or to read and write binary files in stream mode: In line mode, you can read a file a line at a time until either a carriage return or line feed…

Pronouns – PB Docs 2021

Pronouns Contents Parent pronoun This pronoun Super pronoun Description PowerScript has pronouns that allow you to make a general reference to an object or control. When you use a pronoun, the reference remains correct even if the name of the object or control changes. Usage You can use pronouns in function and event scripts wherever…

ReplaceText – PB Docs 2021

ReplaceText PowerScript function Description Replaces selected text in an edit control with a specified string. Applies to DataWindow, EditMask, InkEdit, MultiLineEdit, SingleLineEdit, RichTextEdit, DropDownListBox, and DropDownPictureListBox controls Syntax

Argument Description editname The name of the DataWindow, EditMask, InkEdit, MultiLineEdit, SingleLineEdit, RichTextEdit, DropDownListBox, or DropDownPictureListBox control in which you want to replace the selected string….

Requirements for using Open Client directory services – PB Docs 2021

Requirements for using Open Client directory services For you to use Open Client directory services in your application, all of the following must be true: You are accessing an Adaptive Server database server using Open Client Client-Library (CT-Lib) 11.x or later software You have the required SAP-supported directory service provider software and SAP-supplied directory driver…