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

Powerbuilder Documentation

Powerbuilder Documentation

PointerX – PB Docs 2019

PointerX PowerScript function Description Determines the distance of the pointer from the left edge of the specified object. Applies to Any object or control Syntax

Argument Description objectname The name of the control or window for which you want the pointer’s distance from the left edge. If you do not specify objectname, PointerX reports…

Syntax 2: For PictureListBox, DropDownPictureListBox, and RibbonComboBoxItem controls – PB Docs 2021

Syntax 2: For PictureListBox, DropDownPictureListBox, and RibbonComboBoxItem controls Description Adds a new item to the list of values in a picture list box. Applies to PictureListBox, DropDownPictureListBox, and RibbonComboBoxItem controls Syntax

Argument Description listboxname The name of the PictureListBox or DropDownPictureListBox or RibbonComboBoxItem in which you want to add an item item A string…

C0148 Informational Message – PB Docs 2021

C0148 Informational Message Message text The identifier identifier conflicts with an existing property with this name. The new definition of identifier will take precedence and the prior value will be ignored until this version of identifier goes out of scope. Document get from Powerbuilder help Thank you for watching.

SetToolbar – PB Docs 2022

SetToolbar PowerScript function Description Specifies the alignment, visibility, and title for the specified toolbar. Applies to MDI frame and sheet windows Syntax

Argument Description window The MDI frame or sheet to which the toolbar belongs. toolbarindex An integer whose value is the index of the toolbar whose settings you want to change. visible A…

Using the RichText presentation style – PB Docs 100

Using the RichText presentation style The RichText presentation style allows you to combine input fields that represent database columns with formatted text. This presentation style is useful for display-only reports, especially mail-merge documents. However, if you want to use the RichText DataWindow object for data entry, you can specify validation rules and display formats for…

Auxiliary objects for MobiLink synchronization – PB Docs 125

Auxiliary objects for MobiLink synchronization If you create an instance of MLSync by PowerScript code or from the New dialog box, you should also consider using auxiliary objects that are generated automatically by the wizard that you can customize in the PowerBuilder Window painter. Using an existing synchronization progress window After you instantiate an MLSync…

Hour – PB Docs 125

Hour PowerScript function Description Obtains the hour in a time value. The hour is based on a 24-hour clock. Syntax

Argument Description time The time from which you want to obtain the hour Return Values Integer. Returns an integer (00 to 23) whose value is the hour portion of time. If time is null,…

XHTMLGen.Browser – PB Docs 126

XHTMLGen.Browser DataWindow object property Description A string that identifies the browser in which XHTML generated within an XSLT style sheet is displayed. Controls DataWindow objects Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description value (exp) A string identifying the browser in which you want to display the generated XHTML. The value…

To display the Into Variables dialog box – PB Docs 150

To display the Into Variables dialog box In the Script view or Function painter, select Edit>Paste Special>SQL>Select from the menu bar or click the Paste SQL button on the PainterBar and choose Select. Select a table and column(s), then select Design>Into or click the Into button on the PainterBar. Document get from Powerbuilder help Thank…

Modifying Script view properties – PB Docs 90

Modifying Script view properties The Script view automatically: Color-codes scripts to identify data types, system-level functions, flow-of-control statements, comments, and literals Indents the script based on flow-of-control statements You can modify these and other properties. Some properties are shared Some properties you specify for the Script view also affect the file editor, Source editor, Debugger,…