Powerbuilder Documentation 2019

Powerbuilder Documentation 2019

ProcessOption – PB Docs 2019

ProcessOption property for PowerScript controls Applies to MLSynchronization and MLSync objects Description Specifies the direction for synchronization events. This property takes a value of the enumerated datatype SyncProcessType. Setting this property is equivalent to including the -uo dbmlsync option. Usage In a painter On the Settings page of the object’s Properties view, select the ProcessOption…

PrintCancel – PB Docs 2019

PrintCancel PowerScript function Description Cancels printing and deletes the spool file, if any. Cancels printing of a print job that you opened with the PrintOpen function. The print job is identified by the number returned by PrintOpen. For syntax for DataWindows and DataStores, see the PrintCancel method for DataWindows in the section called “PrintCancel” in…

ProgressWindowName – PB Docs 2019

ProgressWindowName property for PowerScript controls Applies to MLSynchronization and MLSync objects Description Specifies the name of a progress or status window used by the MobiLink synchronization application. Usage The MobiLink wizard generates a progress window that you can modify and use with all your MobiLink applications. At design time, you can enter a value for…

PowerClient deployment – PB Docs 2019

PowerClient deployment PowerBuilder 2019 R3 introduces a new project type: PowerClient. PowerClient changes the way of deploying and updating PowerBuilder applications. Regardless your application is client/server or cloud-native architecture, the PowerBuilder client is deployed from a web server over HTTP/HTTPS, and it can update itself automatically. This eliminates the headaches and costs of creating installation…

Plain JSON – PB Docs 2019

Plain JSON A plain JSON follows the industry standard JSON format (as specified in https://www.json.org) and has one of the following structures depending on the actual export/import scenario. A plain JSON can only contain elements of the following 4 data types: integer, string, boolean, and null. One-level structure A one-level plain JSON string must have…

PoolCreator – PB Docs 2019

PoolCreator database parameter Description Specifies the user name used to create a connection or session pool. Applies to ORA Oracle (for 11g and later) Syntax

Parameter Description value String to specify the name of the connection or session pooling creator. Default value None. Usage Use in conjunction with the PoolPWD DBParm. If no value…

PBDOM node objects – PB Docs 2019

PBDOM node objects Contents PBDOM_OBJECT PBDOM_DOCUMENT PBDOM_DOCTYPE PBDOM_ELEMENT PBDOM_ATTRIBUTE PBDOM_ENTITYREFERENCE PBDOM_CHARACTERDATA PBDOM_TEXT PBDOM_CDATA PBDOM_COMMENT PBDOM_PROCESSINGINSTRUCTION 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 PowerBuilder Extension Reference. Document get from…

PictureHeight – PB Docs 2019

PictureHeight property for PowerScript controls Applies to PictureListBox, DropDownPictureListBox, TreeView, Toolbar, RibbonComboBoxItem controls Description The PictureHeight property specifies in pixels the display height of all the pictures in the control. In a script, this property can be set only if there are no images in the PictureName property array. In the painter, you can change…

OpenSheet – PB Docs 2019

OpenSheet PowerScript function Description Opens a sheet within an MDI (multiple document interface) frame window and creates a menu item for selecting the sheet on the specified menu. Applies to Window objects Syntax

Argument Description sheetrefvar The name of any window variable that is not an MDI frame window. OpenSheet places a reference to…

OLE controls and insertable objects – PB Docs 2019

OLE controls and insertable objects Contents Setting up the OLE control Linking versus embedding Offsite or in-place activation Menus for in-place activation Modifying an object in an OLE control The OLE control contains an insertable OLE object. You can change the object in the control in the painter or in a script. You specify what…