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

Powerbuilder Documentation 2019

Powerbuilder Documentation 2019

SetOverlayPicture – PB Docs 2019

SetOverlayPicture PowerScript function Description Puts an image in the control’s image list into an overlay image list. Applies to ListView and TreeView controls Syntax

Argument Description controlname The name of the ListView or TreeView control to which you want to add an overlay image. overlayindex The index number of the overlay picture in the…

SetSelectedRange – PB Docs 2019

SetSelectedRange PowerScript function Description Sets the range of selected dates. Applies to MonthCalendar control Syntax

Argument Description controlname The name of the MonthCalendar control for which you want to set the selected range start A date value to be set as the earliest date selected end A date value to be set as the…

SelectedItem – PB Docs 2019

SelectedItem PowerScript function Description Obtains the text of the selected item in a ListBox control. Applies to ListBox and PictureListBox controls Syntax

Argument Description listboxname The name of the ListBox or PictureListBox in which you want the text of the currently selected item Return value String. Returns the text of the selected item in…

SelectedText – PB Docs 2019

SelectedText PowerScript function Description Obtains the selected text in an editable control. Applies to DataWindow, EditMask, InkEdit, MultiLineEdit, SingleLineEdit, RichTextEdit, DropDownListBox, and DropDownPictureListBox controls Syntax

Argument Description editname The name of the DataWindow, EditMask, MultiLineEdit, SingleLineEdit, RichTextEdit, DropDownListBox, or DropDownPictureListBox control from which you want the selected text. For a DropDownListBox or DropDownPictureListBox, the…

SetApplicationButton – PB Docs 2019

SetApplicationButton PowerScript function Description Sets the application button for the RibbonBar control. Applies to RibbonBar controls Syntax

Argument Description controlname The name of the RibbonBar control. Item The application button item you want to set. Return value Integer. Returns 1 if it succeeds and -1 if an error occurs. If any argument’s value is…

Sec_Server_Principal – PB Docs 2019

Sec_Server_Principal database parameter Description When you access an SAP Adaptive Server Enterprise database in PowerBuilder through Open Client, Sec_Server_Principal is one of several parameters that support login authentication for network-based security services. (For other login authentication parameters, see the See Also section.) Sec_Server_Principal specifies the principal name of the server that you want to access….

Saving as PDF using XSL-FO – PB Docs 2019

Saving as PDF using XSL-FO If you want to save to PDF using XSL-FO, you must set one or more properties before saving. In the DataWindow painter In the DataWindow painter, you set PDF export properties on the Data Export page in the Properties view. To save PDF output using XSL-FO in the DataWindow painter…

Scrolling in windows and user objects – PB Docs 2019

Scrolling in windows and user objects For scrolling purposes, PowerBuilder divides the window content into 100 lines and 100 columns. Lines, columns, and pages for scrolling do not correlate with any visible aspect of the window (such as the viewable area). A line or a column is the amount scrolled by clicking a scroll bar…

Scroll – PB Docs 2019

Scroll PowerScript function Description Scrolls a multiline edit control or the edit control of a DataWindow a specified number of lines up or down. Applies to DataWindow, MultiLineEdit, and RichTextEdit controls Syntax

Argument Description editname The name of the DataWindow, RichTextEdit, or MultiLineEdit in which you want to scroll up or down. If editname…

RibbonApplicationButtonItem control – PB Docs 2019

RibbonApplicationButtonItem control A RibbonApplicationButtonItem control defines the application button in the RibbonBar control. Only one application button is allowed in a ribbon bar, therefore, you can get, set, or remove the application button without needing to insert the application button first or identify the application button by its handle. For more about the application button,…