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

PowerScript Reference – Page 90 – PowerBuilder Library

PowerScript Reference

Calling functions and events in an object’s ancestor – PB Docs 125

Calling functions and events in an object’s ancestor Description In PowerBuilder, when an object is instantiated with a descendant object, even if its class is the ancestor and that descendant has a function or event script that overrides the ancestor’s, the descendant’s version is the one that is executed. If you specifically want to execute…

Syntax 1 For formatting data – PB Docs 125

Syntax 1 For formatting data Description Formats data, such as time or date values, according to a format mask. You can convert and format date, DateTime, numeric, and time data. You can also apply a display format to a string. Syntax

Argument Description data The data you want returned as a string with the specified…

SetTop – PB Docs 125

SetTop PowerScript function Description Scrolls a list box control so that the specified item is the first visible item. Controls ListBox and PictureListBox controls Syntax

Argument Description listboxname The name of the ListBox or PictureListBox that you want to scroll index The number of the item you want to become the first visible item…