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 2017 – Page 400 – PowerBuilder Library

Powerbuilder Documentation 2017

Powerbuilder Documentation 2017

To display the Specify Filter dialog box – PB Docs 2017

To display the Specify Filter dialog box Select Rows>Filter from the menu bar in the DataWindow painter or in preview or in the Database painter when focus is in the Results view. Document get from Powerbuilder help Thank you for watching.

To display the New Data Pipeline dialog box – PB Docs 2017

To display the New Data Pipeline dialog box Click the New button on the PowerBar and in the Database tab page, double-click Data Pipeline. Document get from Powerbuilder help Thank you for watching.

Installing Ghostscript – PB Docs 2017

Installing Ghostscript Install Ghostscript if you plan to use the distill method for saving DataWindows as PDF. To install Ghostscript: Into a temporary directory on your computer, download the self-extracting executable file for the version of Ghostscript you want from one of the sites listed on the Ghostscript Web site at http://ghostscript.com/. Run the executable…

Important Disclaimers on Legal Aspects – PB Docs 2017

Important Disclaimers on Legal Aspects This document is for informational purposes only. Its content is subject to change without notice, and Appeon does not warrant that it is error-free. APPEON MAKES NO WARRANTIES, EXPRESS OR IMPLIED, OR OF MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. Coding Samples Any software coding and/or code lines / strings…

Using the To-Do List – PB Docs 2017

Using the To-Do List The To-Do List displays a list of development tasks you need to do. You can create tasks for any target in the workspace or for the workspace itself. A drop-down list at the top of the To-Do List lets you choose which tasks to display. To open the To-Do List, click…

Using global standard class user objects – PB Docs 2017

Using global standard class user objects Five of the standard class user object types are inherited from predefined global objects used in all PowerBuilder applications: Transaction (SQLCA) DynamicDescriptionArea (SQLDA) DynamicStagingArea (SQLSA) Error Message Replacing the built-in global object If you want your standard class user object to replace the built-in global object, you tell PowerBuilder…

Using retrieval arguments – PB Docs 2017

Using retrieval arguments If you know which rows will be retrieved into the DataWindow object at runtime—that is, if you can fully specify the SELECT statement without having to provide a variable—you do not need to specify retrieval arguments. Adding retrieval arguments If you decide later that you need arguments, you can return to the…

Edit style types for the PBCatEdt table – PB Docs 2017

Edit style types for the PBCatEdt table Contents CheckBox edit style (code 85) RadioButton edit style (code 86) DropDownListBox edit style (code 87) DropDownDataWindow edit style (code 88) Edit edit style (code 89) Edit Mask edit style (code 90) The following table shows the edit style types available for the PBCatEdt table. Edit style type…

Filtering, Sorting, and Grouping Rows – PB Docs 2017

Filtering, Sorting, and Grouping Rows Contents Filtering rows Sorting rows Grouping rows About this chapter This chapter describes how you can customize your DataWindow object by doing the following in the DataWindow painter: Defining filters to limit which of the retrieved rows are displayed in the DataWindow object Sorting rows after they have been retrieved…

Cross-tabulating ranges of values – PB Docs 2017

Cross-tabulating ranges of values You can build a crosstab where each row tabulates a range of values, instead of one discrete value, and you can make each column in the crosstab correspond to a range of values. For example, in cross-tabulating departmental salary information, you might want one row in the crosstab to count all…