Powerbuilder Documentation 2022

Powerbuilder Documentation 2022

PrintX – PB Docs 2022

PrintX PowerScript function Description Reports the x coordinate of the print cursor. Syntax

Argument Description printjobnumber The number the PrintOpen function assigned to the print job Return value Integer. Returns the x coordinate of the print cursor if it succeeds and -1 if an error occurs. If any argument’s value is null, PrintX returns…

Real – PB Docs 2022

Real PowerScript function Description Converts a string value to a real datatype or obtains a real value that is stored in a blob. Syntax

Argument Description stringorblob The string whose value you want returned as a real value or a blob in which the first value is the real value. The rest of the…

Rectangle control – PB Docs 2022

Rectangle control A rectangle is a filled or outlined rectangular form within a window and is typically used for design purposes. For example, you can put a CommandButton or a picture in a rectangle, or you can use a rectangle behind and slightly offset from another control to create a shadow effect. When you use…

ProgressWindowName – PB Docs 2022

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…

RButtonUp – PB Docs 2022

RButtonUp PowerScript event Description Occurs when the right mouse button is released. Event ID Event ID Objects pbm_renrbuttonup RichTextEdit Arguments None Return Values Long. Return code choices (specify in a RETURN statement): 0 — Continue processing 1 — Prevent processing See also RButtonDown Document get from Powerbuilder help Thank you for watching.

PrintRect – PB Docs 2022

PrintRect PowerScript function Description Draws a white rectangle with a border of the specified thickness on the print page. Syntax

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…

PrintCancel – PB Docs 2022

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…

PrintHeader (obsolete) – PB Docs 2022

PrintHeader (obsolete) PowerScript event Description Occurs when the header of a page of the document in the RichTextEdit control is about to be printed. Obsolete event The PrintHeader and PrintFooter events are obsolete. They are no longer triggered under any circumstance. You must use the ShowHeadFoot function to edit headers and footers of pages in…

Play – PB Docs 2022

Play PowerScript function Description Starts playing an animation (an AVI clip). Applies to Animation controls Syntax

Argument Description animationname The name of the animation control displaying the AVI clip. from A long value in the range 0 to 65,535 indicating the frame where playing starts.The value 0 starts playing the clip at the first…

PoolPwd – PB Docs 2022

PoolPwd database parameter Description Specifies the password 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 PoolCreator DBParm. If no value is…