Powerbuilder Documentation 2019

Powerbuilder Documentation 2019

About Transaction objects – PB Docs 2019

About Transaction objects Contents Description of Transaction object properties Transaction object properties and supported PowerBuilder database interfaces In a PowerBuilder database connection, a Transaction object is a special nonvisual object that functions as the communications area between a PowerBuilder application and the database. The Transaction object specifies the parameters that PowerBuilder uses to connect to…

Target – PB Docs 2019

Target property (DataWindow object) Description The columns and expressions whose data is transferred from the DataWindow to the OLE object. Applies to OLE Object controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

Parameter Description oleobjectname The name of the OLE Object control for which you want to get or set the data…

AddItemTime – PB Docs 2019

AddItemTime PowerScript function Description Adds a child item of JsonStringItem type in the JSON generator object. Applies to JSONGenerator objects Syntax

Argument Description objectname The name of the JSONGenerator object in which you want to add an item ParentItemHandle A long whose value is the handle of the parent item of JsonArrayItem or JsonObjectItem…

Syntax 2: For Tab controls – PB Docs 2019

Syntax 2: For Tab controls Description Occurs when a tab is selected. Event ID Event ID Objects pbm_tcnselchanged Tab Arguments Argument Description oldindex Integer by value (the index of the tab that was previously selected) newindex Integer by value (the index of the tab that has become selected) Return Values Long. Return code choices (specify…

Microsoft SQL Server Transaction management statements – PB Docs 2019

Microsoft SQL Server Transaction management statements Transaction management statements You use the following transaction management statements with transaction objects to manage connection and transactions for a SQL Server database: CONNECT COMMIT DISCONNECT ROLLBACK Transaction management in triggers You should not use transaction statements in triggers. A trigger is a special kind of stored procedure that…

PBDOM_CDATA – PB Docs 2019

PBDOM_CDATA Contents Append Clone Detach Equals GetObjectClass GetObjectClassString GetOwnerDocumentObject GetParentObject GetText GetTextNormalize GetTextTrim SetParentObject SetText Description The PBDOM_CDATA class represents an XML DOM CDATA section. The PBDOM_CDATA class is derived from PBDOM_TEXT, which inherits from the PBDOM_CHARACTERDATA class. A PBDOM_CDATA object is used to hold text that contains characters that are prohibited in text objects,…

ODBC Non-cursor statements – PB Docs 2019

ODBC Non-cursor statements The statements that do not involve cursors are: DELETE (ODBC DELETE, INSERT, and UPDATE) INSERT (ODBC DELETE, INSERT, and UPDATE) UPDATE (ODBC Update) ODBC SELECT (singleton) Document get from Powerbuilder help Thank you for watching.

BorderStyle – PB Docs 2019

BorderStyle constant (DataWindows) Description Values for specifying the border style of the DataWindow control. PowerBuilder only. Used for the Border property of the DataWindow control. Values PowerBuilder enumerated value Numeric value Meaning StyleBox! 2 The DataWindow control is surrounded by a rectangular box without any shading StyleLowered! 5 The control has a 3D border with…

Syntax 4: For ListView controls – PB Docs 2019

Syntax 4: For ListView controls Description Adds an item to a ListView control by referencing all the attributes in the ListView item. Applies to ListView controls Syntax

Argument Description listviewname The name of the List View control to which you are adding a picture or item item The ListViewItem variable containing properties of the…

Syntax 4: For TreeView controls – PB Docs 2019

Syntax 4: For TreeView controls Description Find an item based on its position in a TreeView control. Applies to TreeView controls Syntax

Argument Description treeviewname The name of the TreeView control in which you want to find a specified item. navigationcode A value of the TreeNavigation enumerated datatype specifying the relationship between itemhandle and…