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

Powerbuilder Documentation 2017

About Transaction objects – PB Docs 2017

About Transaction objects Contents Description of Transaction object properties Transaction object properties and supported PowerBuilder database interfaces In a PowerBuilder database connection, a Transaction object is a special nonvisual object that functions as the communications area between a PowerBuilder application and the database. The Transaction object specifies the parameters that PowerBuilder uses to connect to…

Installing the sample applications – PB Docs 2017

Installing the sample applications To install the samples from the PowerBuilder setup program, select Code Examples from the list of components. To install Code Examples applications, select Example Application. The setup program installs all samples in Code Examples subdirectories. Most Code Examples applications use a sample SQL Anywhere database called PB Demo DB. The Code Examples…

OLE objects in scripts – PB Docs 2017

OLE objects in scripts Contents The automation interface Automation and the Any datatype OLEObjects for efficiency Handling errors Creating hot links Setting the language for OLE objects and controls Low-level access to the OLE object OLE objects in DataWindow objects This chapter has described the three ways to use OLE in a window or user…

Using DataWindow information to populate a TreeView – PB Docs 2017

Using DataWindow information to populate a TreeView A useful implementation of the TreeView control is to populate it with information that you retrieve from a DataWindow. To do this your application must: Declare and instantiate a DataStore and assign a DataWindow object Retrieve information as needed Use the retrieved information to populate the TreeView Destroy…

Connecting to the server – PB Docs 2017

Connecting to the server The EJBConnection class is used to connect to an EJB server and locate an EJB. It has four methods: ConnectToServer, DisconnectServer, Lookup, and GetEJBTransaction. To establish a connection to the server, you need to execute the PowerScript statements required to perform these operations: Declare an instance of the EJBConnection class. Set…

Overview of class definition information – PB Docs 2017

Overview of class definition information Contents Terminology Who uses PowerBuilder class definitions A ClassDefinition object is a PowerBuilder object that provides information about the class of another PowerBuilder object. You can examine a class in a PowerBuilder library or the class of an instantiated object. By examining the properties of its ClassDefinition object, you can…

Customizing the Tab control – PB Docs 2017

Customizing the Tab control The Tab control has settings for controlling the position and appearance of the tabs. Each tab can have its own label, picture, and background color. All tabs share the same font settings, which you set on the Tab control’s Font property page. Pop-up menus and property sheets for Tab controls and…

Modifying an existing style – PB Docs 2017

Modifying an existing style Contents Identifying the window as the basis of a style The easiest way to get started building form styles is to copy an existing form style and work with it. By examining its structure and making small changes, you can quickly understand how form styles work. To begin by modifying an…

Rich text and the end user – PB Docs 2017

Rich text and the end user All the editing tools described throughout this chapter and in Working with Rich Text in Users Guide can be made available to your users. What users can do Users can: Use the toolbars for text formatting Use the pop-up menu, which includes using the clipboard and opening other rich text…

Creating MobiLink users – PB Docs 2017

Creating MobiLink users MobiLink users are not the same as database users. Each type of user resides in a different namespace. MobiLink user IDs can match the names of database users, but there is no requirement that they match. To add a MobiLink user to a remote database in SQL Central: Connect to SQL Central…