Powerbuilder Documentation 11.0

Powerbuilder Documentation 11.0

Populating TreeViews – PB Docs 110

Populating TreeViews You must write a script to add items to a TreeView. You cannot add items in the painter as with other list controls. Although you can populate all the levels of the TreeView at once, TreeView events allow you to populate only branches the user looks at, which saves unnecessary processing. Typically, you…

Sizing the client area – PB Docs 110

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…

Adding pbdom110.pbx to your application – PB Docs 110

Adding pbdom110.pbx to your application The PBDOM classes are implemented in a DLL file with the suffix PBX (for PowerBuilder extension). The simplest way to add the PBDOM classes to a PowerBuilder target is to import the object descriptions in the pbdom110.pbx PBX file into a library in the PowerBuilder System Tree. You can also…

Using a RichText DataWindow object – PB Docs 110

Using a RichText DataWindow object This section discusses: How scrolling differs from other DataWindow styles Problems you may encounter with default values for new rows What happens when the user makes changes Scrolling In a RichText DataWindow object, the rich text can consist of more than one page. A row of data can be associated…

About MobiLink synchronization – PB Docs 110

About MobiLink synchronization MobiLink is a session-based synchronization system that allows two-way synchronization between a main database, called the consolidated database, and many remote databases. This section introduces some MobiLink terms and concepts. Where to find additional information Detailed information about MobiLink synchronization is provided in the MobiLink Getting Started , the MobiLink – Client…

About VPATs – PB Docs 110

About VPATs A Voluntary Product Accessibility Template (VPAT) is a table designed to help U.S. Federal officials make preliminary assessments of accessibility compliance for products offered to the government for sale. A VPAT lists the criteria for compliance with accessibility requirements for various types of products and provides columns where you can indicate and comment…

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

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.

About form styles – PB Docs 110

About form styles InfoMaker comes with built-in form styles with which users can build sophisticated forms. You can create your own form styles in PowerBuilder and provide them to InfoMaker users. With these custom form styles, you can enforce certain standards in your forms and provide extra functionality to your InfoMaker users. For example, you…

Retrieving session security information – PB Docs 110

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…

Accessing component properties – PB Docs 110

Accessing component properties ContextKeyword service object You can use the ContextKeyword service object to get a specific component property value from the component’s .properties file. To retrieve a property value, you call the GetContextKeywords function (to enumerate all the properties of an EAServer component, use the Jaguar::Repository API). Before you can use the ContextKeyword service…