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

Powerbuilder Documentation 15.0

Powerbuilder Documentation 15.0

Run dialog box – PB Docs 150

Run dialog box Description Run or preview a Window or DataWindow object. Dialog options Target Select the target from which you want to run an object. Application Libraries Shows the libraries in the current library search path. Click to select the library that contains the object you want to run. To display objects from more…

Element Attributes dialog box – PB Docs 150

Element Attributes dialog box Description Use this dialog box to add an attribute to an element or edit an existing attribute in an XML template or an XHTML export template. Dialog options Element Displays the start tag of the selected element. When you have added an attribute to an element, the start tag of the…

Timing object – PB Docs 150

Timing object Timing is a nonvisual system object that can be used when a Timer event cannot be associated with a window. To use a timing object, create a standard class user object that inherits from the Timing system class, and then create an instance of the inherited timing object. Properties Timing property Datatype Description…

Oval control – PB Docs 150

Oval control An oval is a filled or outlined round or elliptical drawing object that you typically use for design effects (for example, you can put a CommandButton or a picture in an oval). The grouping does not affect the behavior of the controls in the oval. Properties Oval property Datatype Description ClassDefinition PowerObject An…

TraceActivityNode object – PB Docs 150

TraceActivityNode object The TraceActivityNode object provides information about the nodes in a trace file, including the type of activity represented by a node. You use the TraceActivityNode object in conjunction with the TraceFile object. The TraceActivityNode object has no events. Properties TraceActivityNode property Datatype Description ActivityType TraceActivity (enumerated) A value of the enumerated datatype TraceActivity…

Using string display formats – PB Docs 150

Using string display formats Applies to Display formats Description A string display format can have two sections. The first section is required. The second section is optional and specifies how to represent NULLs.

The following table shows characters that have special meaning in string display formats. Table 4-7: Special characters in string display formats…

ShowList – PB Docs 150

ShowList property for PowerScript controls Controls DropDownListBox, DropDownPictureListBox controls Description If the ShowList property is enabled, the option list is always displayed. If this property is not enabled, the list is displayed only when the user clicks on the control’s down arrow. Usage In a painter To specify that the option list should always be…

Line control – PB Docs 150

Line control A line drawing object is a single straight solid or dashed line. Properties Line property Datatype Description BeginX Integer Specifies the X position of one end of the line (the distance from the left edge of the window), in PowerBuilder units. BeginY Integer Specifies the Y position of one end of the line…

ShowHeader – PB Docs 150

ShowHeader property for PowerScript controls Controls ListView controls Description When the ShowHeader property is enabled, column titles appear in the report view of a ListView control. When ShowHeader is not enabled, column titles do not appear in the report view. To enable report view in a ListView control, you must write a script that establishes…

UnitsPerLine – PB Docs 150

UnitsPerLine property for PowerScript controls Controls Windows, user objects Description UnitsPerLine specifies the number of PowerBuilder units you want to scroll up or down when the user clicks the up or down arrow in the vertical scroll bar in a window or user object. The default is 0 (1/100 of the window or user object…