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

Powerbuilder Documentation 12.5

Powerbuilder Documentation 12.5

Specifying sorting criteria – PB Docs 125

Specifying sorting criteria In the grid at the bottom of the Quick Select dialog box, you can specify if you want the retrieved rows to be sorted. As you specify sorting criteria, PowerBuilder builds an ORDER BY clause for the SELECT statement. To sort retrieved rows on a column: Click in the Sort row for…

Saving data in an external file – PB Docs 125

Saving data in an external file While previewing, you can save the data retrieved in an external file. Note that the data and headers (if specified) are saved. Information in the footer or summary bands is not saved unless you are saving as PDF or as a PSR file. To save the data in a…

System requirements for XSL-FO – PB Docs 125

System requirements for XSL-FO The Apache XSL Formatting Objects processor (FOP) and the Sun JDK are installed with PowerBuilder to support saving as XSL-FO, saving as PDF using XSL-FO, and Java printing. Both are installed in the SybaseSharedPowerBuilder directory. When you deploy applications that use XSL-FO or Java printing, your users must have the FOP…

Specifying properties of a grid DataWindow object – PB Docs 125

Specifying properties of a grid DataWindow object In grid DataWindow objects, you can specify: When grid lines are displayed How users can interact with the DataWindow object at runtime To specify basic grid DataWindow object properties: Position the mouse pointer on the background in a grid DataWindow object, display the pop-up menu, and select Properties….

Viewing inherited scripts – PB Docs 125

Viewing inherited scripts If an inherited object or control has a script defined only in an ancestor, no script displays in the Script view. Script icons in the second drop-down list The second drop-down list in the Script view indicates which events have scripts written for an ancestor as follows: If the event has a…

Moving and resizing controls – PB Docs 125

Moving and resizing controls There are several ways to move and resize controls in the Layout view. Document get from Powerbuilder help Thank you for watching.

PictureButton – PB Docs 125

PictureButton PictureButtons are identical to CommandButtons in their functionality. The only difference is that you can specify a picture to display on the button. The picture can be a bitmap (BMP) file, a GIF or animated GIF file, a JPEG file, a PNG file, a run-length encoded (RLE) file, or an Aldus–style Windows metafile (WMF)….

Specifying toolbar properties – PB Docs 125

Specifying toolbar properties You can specify whether or not you want to display a menu toolbar (if the menu you associate with your window assigns toolbar buttons to menu objects) in your window. If you choose to display the toolbar, you can specify the location for it. To specify toolbar properties: Click the window’s background…

About controls – PB Docs 125

About controls About window controls You place controls in a window to request and receive information from the user and to present information to the user. For a complete list of standard window controls, open a window in the Window painter and select Insert>Control. If you often use a control or set of controls with…

Setting toolbar properties – PB Docs 125

Setting toolbar properties You can customize the display of toolbars in applications that you create with PowerBuilder by setting toolbar properties. Document get from Powerbuilder help Thank you for watching.