Performing some initial housekeeping – PB Docs 125
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:…
PrintRect – PB Docs 125
PrintRect PowerScript function Description Draws a white rectangle with a border of the specified thickness on the print page. Syntax
|
1 |
<span>PrintRect</span> ( <span>printjobnumber</span>, <span>x</span>, <span>y</span>, <span>width</span>, <span>height</span>, <span>thickness</span> ) |
Argument Description printjobnumber The number the PrintOpen function assigned to the print job x An integer specifying the x coordinate in thousandths of an inch of the upper-left corner of the rectangle y An…
GetItemUnformattedString – PB Docs 126
GetItemUnformattedString method (DataWindows) Description Gets raw (unformatted) data whose type is String from the specified buffer of a DataWindow control or DataStore object. Separate methods for Web DataWindow Server component Separate method names, GetItemUnformattedStringByColNum, GetItemUnformattedStringEx, and GetItemUnformattedStringByColNumEx are provided as alternative syntaxes for the Web DataWindow server component, which cannot use overloaded methods. Controls DataWindow…
GetAttribute Syntax 1 – PB Docs 150
PBDOM_ELEMENT: GetAttribute Syntax 1 method Description Returns the PBDOM_ATTRIBUTE object for a PBDOM_ELEMENT object. Syntax
|
1 |
<span>pbdom_element_name.</span>GetAttribute(string <span>strName</span>) |
Argument Description pbdom_element_name The name of a PBDOM_ELEMENT object strName The name of the PBDOM_ATTRIBUTE to be returned Return Values PBDOM_ATTRIBUTE. The PBDOM_ATTRIBUTE object matching the name specified in the method parameter. If no such PBDOM_ATTRIBUTE object exists, the…
Chapter 5 Using Native Database Interfaces – PB Docs 90
Chapter 5 Using Native Database Interfaces About this chapter This chapter describes the native database interfaces. For each supported interface, it then explains how to prepare to use the database and define any unique database interface parameters so that you can access your data. Contents Topic About native database interfaces Informix Microsoft SQL Server Oracle…