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

Terminology review – PB Docs 100

Terminology review Classes, properties, and methods In object-oriented programming, you create reusable classes to perform application processing. These classes include properties and methods that define the class’s behavior. To perform application processing, you create instances of these classes. PowerBuilder implements these concepts as follows: Classes PowerBuilder objects (such as windows, menus, window controls, and user…

Chapter 40 Packaging an Application for Deployment – PB Docs 100

Chapter 40 Packaging an Application for Deployment About this chapter This chapter tells you how to prepare a completed executable application for deployment to users. Contents Topic About deploying applications Creating an executable version of your application Delivering your application to end users Document get from Powerbuilder help Thank you for watching.

Internationalizing the user interface – PB Docs 100

Internationalizing the user interface When you build an application for international deployment, there are two user interface design issues you should consider: The physical design of the user interface The cultural standards of your application’s audience Physical design The physical design of the user interface should include: Windows and objects with the flexibility to accommodate…

Web DataWindow on EAServer – PB Docs 100

Web DataWindow on EAServer You can run the Web DataWindow server component on EAServer using JSP as the page server. The component transaction server and the page server can run on the same or on different computers. Files required on the transaction server Two types of files are required on the transaction server: The PBLs…

Chapter 38 Managing Initialization Files and the Windows Registry – PB Docs 100

Chapter 38 Managing Initialization Files and the Windows Registry About this chapter This chapter describes how to manage preferences and default settings for PowerBuilder applications. Contents Topic About preferences and default settings Managing information in initialization files Managing information in the Windows registry Document get from Powerbuilder help Thank you for watching.

Creating Help files – PB Docs 100

Creating Help files About Help authoring tools There are many authoring tools and related products available for creating online Help files on Windows. All of the authoring tools for RTF-based Help files use the Microsoft Help compiler to compile a set of source files into a finished Help file. What to include The source files…

About keyboard support in MDI applications – PB Docs 100

About keyboard support in MDI applications PowerBuilder MDI applications automatically support arrow keys and shortcut keys. Arrow keys In an MDI frame, how the pointer moves when the user presses an arrow key depends on where focus is when the key is pressed: Table 5-4: Arrow key focus changes Key If focus is in Focus…

Web services – PB Docs 100

Web services Web services are loosely defined as the use of Internet technologies to make distributed software components talk to each other without human intervention. The software components might perform such business logic as getting a stock quote, searching the inventory of a catalog on the Internet, or integrating the reservation services for an airline…

About presenting lists – PB Docs 100

About presenting lists You can choose a variety of ways to present lists in your application: ListBoxes and PictureListBoxes display available choices that can be used for invoking an action or viewing and displaying data. DropDownListBoxes and DropDownPictureListBoxes also display available choices to the user. However, you can make them editable to the user. DropDownListBoxes…

Retrieving session security information – PB Docs 100

Retrieving session security information The CtsSecurity.SSLSession and CtsSecurity.SSLSessionInfo classes allow a client application to determine whether SSL is used on connections from a proxy to the server, and if so, to retrieve the SSL session settings and display them to the user. For a list of the properties for which you can retrieve values, see…