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.5 – PowerBuilder Library

Powerbuilder Documentation 10.5

Powerbuilder Documentation 10.5

About XML and PowerBuilder – PB Docs 105

About XML and PowerBuilder PowerBuilder provides several features that enable you to work with the Extensible Markup Language (XML). You can: Export the data in a DataWindow object to XML, and import data in an XML document or string into a DataWindow object Determine whether an XML document or string is well-formed or conforms to…

Using graphs – PB Docs 105

Using graphs In PowerBuilder, there are two ways to display graphs: In a DataWindow, using data retrieved from the DataWindow data source In a graph control in a window or user object, using data supplied by your application code This chapter discusses the graph control and describes how your application code can supply data for…

Using the style – PB Docs 105

Using the style Once you complete a form style (or at least have a version that you want to test), you can put it to use. To make a style available to InfoMaker users: Make sure the window and menu that define the form style are in a library that is accessible to InfoMaker users…

Managing information in initialization files – PB Docs 105

Managing information in initialization files Functions for accessing initialization files PowerBuilder provides several functions you can use to manage application settings in initialization files. Table 38-1: PowerBuilder initialization file functions Function Description ProfileInt Obtains the integer value of a setting in a profile file ProfileString Obtains the string value of a setting in a profile…

Using Unicode – PB Docs 105

Using Unicode Unicode is a character encoding scheme that enables text display for most of the world’s languages. Support for Unicode characters is built into PowerBuilder. This means that you can display characters from multiple languages on the same page of your application, create a flexible user interface suitable for deployment to different countries, and…

Sizing the client area – PB Docs 105

Sizing the client area PowerBuilder sizes the client area in a standard MDI frame window automatically and displays open sheets unclipped within the client area. It also sizes the client area automatically if you have defined a toolbar based on menu items, as described in the preceding section. However, in a custom MDI frame window—where…

Chapter 12 Using Transaction Objects – PB Docs 105

Chapter 12 Using Transaction Objects About this chapter This chapter describes Transaction objects and how to use them in PowerBuilder applications. Contents Topic About Transaction objects Working with Transaction objects Using Transaction objects to call stored procedures Supported DBMS features when calling stored procedures Document get from Powerbuilder help Thank you for watching.

Chapter 2 Selected Object-Oriented Programming Topics – PB Docs 105

Chapter 2 Selected Object-Oriented Programming Topics About this chapter This chapter describes how to implement selected object-oriented programming techniques in PowerBuilder. Contents Topic Terminology review PowerBuilder techniques Other techniques Document get from Powerbuilder help Thank you for watching.

About Tab controls – PB Docs 105

About Tab controls A Tab control is a container for tab pages that display other controls. One page at a time fills the display area of the Tab control. Each page has a tab like an index card divider. The user can click the tab to switch among the pages: The Tab control allows you…

Connecting to EAServer – PB Docs 105

Connecting to EAServer Using the Connection object The simplest way to connect to EAServer is to use the capabilities of the Connection object, a nonvisual object that handles communications with the server. You can write all the code to connect to the server by hand, or you can use the Connection Object wizard to get…