PBDOM node objects – PB Docs 100
PBDOM node objects This section describes the PBDOM_OBJECT class and all of the classes that descend from it: PBDOM_OBJECT PBDOM_DOCUMENT PBDOM_DOCTYPE PBDOM_ELEMENT PBDOM_ATTRIBUTE PBDOM_ENTITYREFERENCE PBDOM_CHARACTERDATA PBDOM_TEXT PBDOM_CDATA PBDOM_COMMENT PBDOM_PROCESSINGINSTRUCTION For detailed descriptions of PBDOM class methods, see the PowerBuilder Extension Reference. PBDOM_OBJECT The PBDOM_OBJECT class represents any node in an XML node tree and serves…
Using the style – PB Docs 100
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…
Performing some initial housekeeping – PB Docs 100
Performing some initial housekeeping Now that you have the basic objects you need, you are ready to start writing code to make your pipeline work in the application. To begin, you must take care of some setup chores that will prepare the application to handle pipeline execution. To get the application ready for pipeline execution:…
PowerBuilder automation servers – PB Docs 100
PowerBuilder automation servers To use a PowerBuilder automation server, you need to deploy the following files: The PBD or DLL containing the implementation of the automation server The generated type library file if you chose to create one or, if you built a named server, the PBAEN100.TLB file that provides type library information for PowerBuilder.Application…
Advanced printing techniques – PB Docs 100
Advanced printing techniques Creating complex reports in PowerBuilder requires the use of additional functions but is relatively easy. You can use PowerScript functions to define fonts for a job, specify fonts and line spacing, place objects on a page, and specify exactly where you want the text or object to be placed. Defining and setting…
Chapter 11 Providing Online Help for an Application – PB Docs 100
Chapter 11 Providing Online Help for an Application About this chapter This chapter describes how to provide online Help for other PowerBuilder developers and for end users on Windows. Contents Topic Creating Help files Providing online Help for developers Providing online Help for users Document get from Powerbuilder help Thank you for watching.
Sizing the client area – PB Docs 100
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…
Synchronization techniques – PB Docs 100
Synchronization techniques This section highlights some issues that you need to consider when designing an application that uses MobiLink synchronization. For more information about all these issues, see the chapter on synchronization techniques in the MobiLink Synchronization User’s Guide . Limiting data downloads One of the major goals of synchronization is to increase the speed…
Chapter 9 Using Lists in a Window – PB Docs 100
Chapter 9 Using Lists in a Window About this chapter This chapter describes how to use lists to present information in an application. Contents Topic About presenting lists Using lists Using drop-down lists Using ListView controls Document get from Powerbuilder help Thank you for watching.
Using SSL callbacks – PB Docs 100
Using SSL callbacks The SSLCallback object handles SSL requests for additional authentication information from a server to a client application. The C++ ORB invokes callback methods when a required setting, such as a pin, has not been specified, or when the value specified is invalid. The callback can respond to exceptional conditions, such as server…