Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

PowerBuilder PowerScript Reference – Page 2 – PowerBuilder Library

PowerBuilder PowerScript Reference

ROLLBACK – PB Docs 2017

ROLLBACK SQL statement Description Cancels all database operations in the specified database since the last COMMIT, ROLLBACK, or CONNECT. Syntax

Parameter Description TransactionObject The name of the transaction object that identifies the database in which you want to cancel all operations since the last COMMIT, ROLLBACK, or CONNECT. This clause is required only for…

Syntax 1: For RichTextEdit controls – PB Docs 2017

Syntax 1: For RichTextEdit controls Description Occurs when the user releases the left mouse button in a RichTextEdit control. Event ID Event ID Objects pbm_renlbuttonup RichTextEdit Arguments None Return Values Long. Return code choices (specify in a RETURN statement): 0 — Continue processing Usage A Clicked event also occurs when the mouse button is released….

Syntax 3: For ListView controls – PB Docs 2017

Syntax 3: For ListView controls Description Search for the next item relative to a specific location in the ListView control. Applies to ListView controls Syntax

Argument Description listviewname The ListView control for which you want to search for items. startindex The index number from which you want your search to begin. direction The direction…

Syntax 3: For windows – PB Docs 2017

Syntax 3: For windows Description Occurs when the user double-clicks in an unoccupied area of the window (any area with no visible, enabled object). Event ID Event ID Objects pbm_lbuttondblclk Window Arguments Argument Description flags UnsignedLong by value (the modifier keys and mouse buttons that are pressed). Values are: 1 — Left mouse button 2 —…

Syntax 1: For user objects of a known datatype – PB Docs 2017

Syntax 1: For user objects of a known datatype Description Opens a user object of a known datatype and stores a parameter in the system’s Message object. Applies to Window objects and visual user objects Syntax

Argument Description objectname The name of the window or user object in which to open the target user…

Syntax 3: For TreeView controls – PB Docs 2017

Syntax 3: For TreeView controls Description Retrieves the data associated with the specified item. Applies to TreeView controls Syntax

Argument Description treeviewname The name of the TreeView control in which you want to get data for a specified item itemhandle The handle for the item for which you want to retrieve information item A…

Syntax 1: For the application object – PB Docs 2017

Syntax 1: For the application object Description Occurs when the user starts the application. Event ID Event ID Objects None Application Arguments Argument Description commandline String by value. Additional arguments are included on the command line after the name of the executable program. Return Values None (do not use a RETURN statement) Usage This event can…

Syntax 1: For windows of a known datatype – PB Docs 2017

Syntax 1: For windows of a known datatype Description Opens a window object of a known datatype. OpenWithParm displays the window and makes all its properties and controls available to scripts. It also stores a parameter in the system’s Message object. Applies to Window objects Syntax

Argument Description windowvar The name of the window you…

Syntax 2: For TreeView controls – PB Docs 2017

Syntax 2: For TreeView controls Description Occurs when the user presses the left mouse button on a label in the TreeView control and begins dragging. Event ID Event ID Objects pbm_tvnbegindrag TreeView Arguments Argument Description handle Long by value (handle of the TreeView item being dragged) Return Values Long. Return code choices (specify in a RETURN…

Syntax 3: For windows and other controls – PB Docs 2017

Syntax 3: For windows and other controls Description Occurs when the user drags an object onto the control and releases the mouse button to drop the object. Event ID Event ID Objects pbm_bndragdrop CheckBox, CommandButton, Graph, InkEdit, InkPicture, Picture, PictureHyperLink, PictureButton, RadioButton pbm_cbndragdrop DropDownListBox, DropDownPictureListBox pbm_dragdrop DatePicker, MonthCalendar pbm_endragdrop SingleLineEdit, EditMask, MultiLineEdit, StaticText, StaticHyperLink pbm_omndragdrop…