Powerbuilder Documentation 2021

Powerbuilder Documentation 2021

To display the Database Profiles dialog box – PB Docs 2021

To display the Database Profiles dialog box In the Data Pipeline painter workspace, click the Destination button. Document get from Powerbuilder help Thank you for watching.

Building PowerBuilder Extensions – PB Docs 2021

Building PowerBuilder Extensions Contents Nonvisual extension example Creating a PowerBuilder extension Adding an extension to a PowerBuilder target Using the extension Creating and using a visual extension Creating visual class instances Event processing in visual extensions Calling PowerScript from an extension Exception handling and debugging About this chapter This chapter describes how to build a…

Print dialog box – PB Docs 2021

Print dialog box Description Select options for printing a report showing the data in the DataWindow object. You can print multiple copies and optionally collate them and you can print selected pages. You can print a report when focus is in the Preview view in the DataWindow painter or when the DataWindow object is in…

Rand – PB Docs 2021

Rand DataWindow expression function Description Obtains a random whole number between 1 and a specified upper limit. Syntax

Argument Description n The upper limit of the range of random numbers you want returned. The lower limit is always 1. The upper limit cannot exceed 32,767. Return value A numeric datatype, the datatype of n….

Save View Definition dialog box – PB Docs 2021

Save View Definition dialog box Description Save the definition of a view and submit it to your DBMS or save it in a log file. You cannot apply criteria to a SELECT statement with a union. Options Name Enter the name of the view. Create Click to generate the view definition syntax and submit it…

Bitmap – PB Docs 2021

Bitmap DataWindow expression function Description Displays the specified image file. For computed fields only You can use the Bitmap function only in a computed field. Syntax

Argument Description string A column containing the image files, a string containing the name of an image file (a BMP, GIF, JPEG, RLE, or WMF file), or an…

Primary Key property view – PB Docs 2021

Primary Key property view Description Define or change the primary key for a table. Options Table The name of the table. Columns Select the columns you want to make part of the primary key from the list in the Table Columns box. The selected column names display in the Order box. To delete a column…

Datatypes for external function arguments – PB Docs 2021

Datatypes for external function arguments When you declare an external function in PowerBuilder, the datatypes of the arguments must correspond with the datatypes as declared in the function’s source definition. This section documents the correspondence between datatypes in external functions and datatypes in PowerBuilder. It also includes information on byte alignment when passing structures by…

PBORCA_SccRefreshTarget – PB Docs 2021

PBORCA_SccRefreshTarget Description Calls SccGetLatestVersion to refresh the source for each of the objects in the target libraries. Syntax

Argument Description hORCASession Handle to previously established ORCA session eRebldType Allows you to specify how the application is rebuilt (see Usage section below) Return value INT. Usage Call this method to get the latest version of…

Syntax 4: for ResourceResponse objects – PB Docs 2021

Syntax 4: for ResourceResponse objects Description Gets the response header by name. Applies to ResourceResponse object Syntax

Argument Description objectname A reference to the ResourceResponse object in which you want to get the response header. headerName A string specifying the header name. Return value String. Returns the value related to the header name. If…