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 11.0 – Page 90 – PowerBuilder Library

Powerbuilder Documentation 11.0

Powerbuilder Documentation 11.0

Specifying the table to update – PB Docs 110

Specifying the table to update Each DataWindow object can update one table, which you select from the Table to Update box in the Specify Update Properties dialog box. Document get from Powerbuilder help Thank you for watching.

Defining a graph’s properties – PB Docs 110

Defining a graph’s properties This section describes properties of a graph that are used regardless of whether the graph is in a DataWindow object or in a window. To define the properties of a graph, you use the graph’s Properties view. For general information about the property pages, see “Using the graph’s Properties view”. Using…

Specifying colors – PB Docs 110

Specifying colors You specify a color by specifying a number that represents the color. You can specify the number explicitly or by using an expression that includes the RGB (r, g, b) function. For the numbers and expressions that specify common colors, see Table 24-2. How the number is calculated The formula for combining color…

Using user objects – PB Docs 110

Using user objects Once you have built a user object, you are ready to use it in an application. This section describes how to use: Visual user objects Class user objects Using visual user objects You use visual user objects by placing them in a window or in a custom visual user object. The techniques…

Defining the tab order – PB Docs 110

Defining the tab order When you place controls in a window, PowerBuilder assigns them a default tab order, the default sequence in which focus moves from control to control when the user presses the Tab key. Tab order in user objects When the user tabs to a custom user object in a window and then…

Selecting a data source – PB Docs 110

Selecting a data source The data source you choose determines how you select the data that will be used in the DataWindow object. About the term data source The term data source used here refers to how you use the DataWindow painter to specify the data to retrieve into the DataWindow object. Data source can…

Chapter 20 Working with Controls in DataWindow Objects – PB Docs 110

Chapter 20 Working with Controls in DataWindow Objects About this chapter One of the ways you can enhance a DataWindow object is to add controls, such as columns, drawing objects, buttons, and computed fields. You can also change the layout of the DataWindow object by reorganizing, positioning, and rotating controls. This chapter shows you how….

Building a DataWindow object – PB Docs 110

Building a DataWindow object You use a wizard to build a new DataWindow object. To create a DataWindow object or use the DataWindow painter, you must be connected to the database whose data you will be accessing. When you open the DataWindow painter or select a data source in the wizard, PowerBuilder connects you to…

Chapter 10 Setting Up Page Navigation – PB Docs 110

Chapter 10 Setting Up Page Navigation About this chapter This chapter describes how you can link one page to another and pass data from one page to the next in 4GL JSP pages and non-4GL JSP pages. Contents Topic About page navigation Managing client hyperlinks Managing client form submission Managing server redirection Document get from…

Setting Web DataWindow DTC properties – PB Docs 110

Setting Web DataWindow DTC properties The Web DataWindow DTC property page has six tab pages that you use for setting DTC properties. Selecting the source for a DataWindow object You create a DataWindow object in PowerBuilder or InfoMaker. If you use a DataWindow or report (PSR) in a PowerBuilder Library (PBL) or an exported source…