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

Powerbuilder Documentation 2021

Ancestor and descendant variables – PB Docs 2021

Ancestor and descendant variables All objects in PowerBuilder are descendants of PowerBuilder system objects the objects you see listed on the System page in the Browser. Therefore, whenever you declare an object instance, you are declaring a descendant. You decide how specific you want your declarations to be. As specific as possible If you define…

AnimationName – PB Docs 2021

AnimationName property for PowerScript controls Applies to Animation controls Description Specifies the name of the AVI file that contains the animation to be associated with the Animation control. The AVI file must be an uncompressed file or a file compressed using run-length encoding (BI_RLE8). You cannot use an AVI file that has a sound channel;…

AnimationTime – PB Docs 2021

AnimationTime property for PowerScript controls Applies to Window controls Description Specifies the time in milliseconds that an opening or closing animation effect associated with a window takes to complete. Usage Use the AnimationTime property to control the number of milliseconds an opening or closing animation takes to execute. The value must be a positive integer…

Animation control – PB Docs 2021

Animation control Animation controls can display Audio-Video Interleaved (AVI) clips that come from an uncompressed AVI file or from an AVI file compressed using run-length encoding (BI_RLE8). Properties Animation property Datatype Description AccessibleDescription String A description of the control and/or its purpose for use by accessibility tools such as readers for visually impaired users. AccessibleName…

Advanced printing techniques – PB Docs 2021

Advanced printing techniques Creating complex reports in PowerBuilder requires the use of additional functions but is relatively easy. You can use PowerScript functions to define fonts for a job, specify fonts and line spacing, place objects on a page, and specify exactly where you want the text or object to be placed. Defining and setting…

Advanced ways to manipulate OLE objects – PB Docs 2021

Advanced ways to manipulate OLE objects Contents Structure of an OLE storage Object types for storages and streams Opening and saving storages Opening streams Strategies for using storages In addition to OLE objects in controls and objects for automation, PowerBuilder provides an interface to the underpinnings of OLE data storage. OLE data is stored in…

Alignment – PB Docs 2021

Alignment property for PowerScript controls Applies to Controls that display text Description For most controls that display text, the alignment property specifies the alignment of all the text in the control. Text can be centered, left aligned, or right aligned. For RichTextEdit controls, each paragraph has its own alignment setting, including Center, Left, Right, and…

AllowEdit – PB Docs 2021

AllowEdit property for PowerScript controls Applies to DropDownListBox, DropDownPictureListBox, DatePicker, and RibbonComboBoxItem controls Description When AllowEdit is enabled in a drop-down list, the user can edit the selection in the text box of the control. If AllowEdit is not enabled, the user can only make a selection from the list and cannot edit the selection….

AddItem – PB Docs 2021

AddItem PowerScript function Contents Syntax 1: For ListBox and DropDownListBox controls Syntax 2: For PictureListBox, DropDownPictureListBox, and RibbonComboBoxItem controls Syntax 3: For ListView controls Syntax 4: For ListView controls Adds an item to a list control. To add an item to Use A ListBox or DropDownListBox control Syntax 1 A PictureListBox, DropDownPictureListBox, and RibbonComboBoxItem control…

AdditionalOpts – PB Docs 2021

AdditionalOpts property for PowerScript controls Applies to MLSynchronization and MLSync objects Description Specifies a command line option or a list of command line options for the dbmlsync synchronization command. For information about available command line options, you can click the Usage button next to the Additional Options text box on the MobiLink Client Additional Options…