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

Powerbuilder Documentation 15.0

Powerbuilder Documentation 15.0

StdHeight – PB Docs 150

StdHeight property for PowerScript controls Controls HScrollBar Description If you enable the StdHeight property, the HScrollBar displays with the standard height for your system. Usage In a painter To enable standard height: Select the StdHeight check box on the General page of the control’s Properties view. In scripts The StdHeight property takes a boolean value….

Using number display formats – PB Docs 150

Using number display formats Applies to Display formats Description A number display format can have up to four sections. Only the first is required.

The following table shows characters that have special meaning in number display formats. Table 4-5: Special characters in number display formats Character Meaning # A number 0 A required number;…

ThirdState – PB Docs 150

ThirdState property for PowerScript controls Controls CheckBox controls Description The ThirdState property specifies whether the CheckBox is in the third state (neither selected nor unselected). For a check box to be in the third state, the ThreeState property must also be enabled. Usage In a painter To specify that a check box is in the…

Transparent – PB Docs 150

Transparent property for PowerScript controls Controls Animation controls Description When the Transparent property is enabled, the animation control uses the same background color as its container, giving it a transparent appearance. You should also set the Border property to false. Usage In a painter To make the control appear to be transparent: Select the Transparent…

UseMouseForInput – PB Docs 150

UseMouseForInput property for PowerScript controls Controls InkEdit, InkPicture controls Description Specifies whether the mouse can be used for input on a Tablet PC. This property has no effect on other computers. Usage In a painter To specify that ink can be added using a mouse: Select the UseMouseForInput check box on the Ink page in…

ToolbarHeight – PB Docs 150

ToolbarHeight property for PowerScript controls Controls Windows Description For MDI frame windows, the ToolbarHeight property specifies the height of the toolbar when it is a floating toolbar. Usage In a painter To specify toolbar height: Enter the desired height in the ToolbarHeight field on the Toolbar tab page in the window’s Properties view. In scripts…

HProgressBar control – PB Docs 150

HProgressBar control You can use a progress bar to indicate the progress of a lengthy operation, such as an installation program that copies a large number of files. The HProgressBar control is a horizontal rectangle that fills with the system highlight color as the operation progresses. Properties HProgressBar property Datatype Description AccessibleDescription String A description…

ScrollRate – PB Docs 150

ScrollRate property for PowerScript controls Controls MonthCalendar controls Description Specifies the number of months the calendar scrolls when the user clicks a scroll button. Usage In a painter To set the ScrollRate property: Select a number from the ScrollRate spin control on the General page in the Properties view. In scripts The ScrollRate property takes…

PictureHeight – PB Docs 150

PictureHeight property for PowerScript controls Controls PictureListBox, DropDownPictureListBox, TreeView, Toolbar controls Description The PictureHeight property specifies in pixels the display height of all the pictures in the control. In a script, this property can be set only if there are no images in the PictureName property array. In the painter, you can change this value…

HeaderFooter – PB Docs 150

HeaderFooter property for PowerScript controls Controls RichTextEdit controls Description The HeaderFooter property specifies whether the control has a header/footer section. You must write a menu or button script to allow users to display the header and footer editing panels. See “Implementing Rich Text” in Application Techniques for more information about using RichTextEdit controls. Caution If…