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

Powerbuilder Documentation 10.0

Powerbuilder Documentation 10.0

About page navigation – PB Docs 100

About page navigation One of the major tasks when creating a set of Web pages is managing how one page links to another and how data is passed from one page to the next. Navigation styles You can link from one page to another using any of three navigation styles: A hyperlink using the HTML…

About 4GL JSP pages – PB Docs 100

About 4GL JSP pages 4GL JSP pages are enhanced Web pages that incorporate extensions to the Web Target object model to generate template (source) code for dynamic Web pages. 4GL JSP pages rely on the object model to handle the complexities of data transfer, HTML generation, and Java or JavaScript generation for server scripts. With…

Opening the HTML editor and setting options – PB Docs 100

Opening the HTML editor and setting options The following procedures describe how to use the HTML editor to prepare HTML files. HTML tags and their attributes can be dragged and dropped from the Language tab of the System Tree onto a page in the HTML editor. The tags are organized alphabetically or by category. Opening…

JSP page authoring – PB Docs 100

JSP page authoring JSP pages can be written in any well-formed language, including XML, but they are usually written in HTML. In PowerBuilder, you create JSP pages using any of the page wizards on the Web page of the New dialog box, and you edit them in much the same way as any other HTML…

Using the Web Target development environment – PB Docs 100

Using the Web Target development environment When you work in the Web Target environment, you do so within the context of a PowerBuilder workspace. Inside this workspace a Web target includes all of the files you need to produce a Web application (a Web site or part of a Web site). When you create or…

Handling PBDOM exceptions – PB Docs 100

Handling PBDOM exceptions PBDOM defines an exception class, PBDOM_EXCEPTION, derived from the standard PowerBuilder Exception class. The standard Text property of the Exception class can be used to obtain more detail on the nature of the exception being thrown. The class extends the PowerBuilder Exception class with one method, GetExceptionCode, that returns the unique code…

Delivering your application to end users – PB Docs 100

Delivering your application to end users When you deliver the executable version of your application to users, you need to install all of the various files and programs in the right places, such as on their computers or on the network. Automating the deployment process If you want to automate the deployment process, you might…

Chapter 37 Printing from an Application – PB Docs 100

Chapter 37 Printing from an Application About this chapter This chapter describes how to use predefined functions to create printed lists and reports. Contents Topic Printing functions Printing basics Printing a job Using tabs Stopping a print job Advanced printing techniques Document get from Powerbuilder help Thank you for watching.

About the sample applications – PB Docs 100

About the sample applications PowerBuilder provides sample applications with source code so you can learn and reuse the techniques used in the samples. There are two kinds of samples: Samples that you can download from the Web Samples you can install from the CD Samples on the Web The latest PowerBuilder sample applications and utilities…

Managing information in the Windows registry – PB Docs 100

Managing information in the Windows registry Functions for accessing the Registry PowerBuilder provides several functions you can use to manage application settings in the Windows registry. Table 38-2: PowerBuilder registry setting functions Function Description RegistryDelete Deletes a key or a value in a key in the Windows registry. RegistryGet Gets a value from the Windows…