Powerbuilder Documentation 2021

Powerbuilder Documentation 2021

QuerySort – PB Docs 2021

QuerySort property (DataWindow object) Description Whether the result set is sorted when the DataWindow retrieves the data specified in query mode. When query sort is on, the user specifies sorting criteria in the first row of the query form. DataWindow presentation styles You cannot use QuerySort with DataWindow objects that use any of the following…

C0130 Compiler Error – PB Docs 2021

C0130 Compiler Error Message text Invalid keyword keyword used in a method call. Document get from Powerbuilder help Thank you for watching.

Syntax 6: For TreeView controls – PB Docs 2021

Syntax 6: For TreeView controls Description Inserts an item at a specific level and order in a TreeView control. Applies to TreeView controls Syntax

Argument Description treeviewname The name of the TreeView control into which you want to insert an item. handleparent The handle of the item one level above the item you want…

C0134 Compiler Error – PB Docs 2021

C0134 Compiler Error Message text The STATIC keyword cannot override the DYNAMIC keyword. Explanation If you use the DYNAMIC keyword in a chain of cascaded calls, it carries over to all function calls that follow. You cannot apply the STATIC keyword to calls that follow the DYNAMIC keyword. In this example, a nonvisualobject mynvo has…

ODBC Using CONNECT, DISCONNECT, COMMIT, and ROLLBACK – PB Docs 2021

ODBC Using CONNECT, DISCONNECT, COMMIT, and ROLLBACK The following table lists each transaction management statement and describes how it works when you use the ODBC interface to connect to a database: Statement Description CONNECT Establishes the database connection. After you assign values to the required properties of the transaction object, you can execute a CONNECT….

C0168 Informational Message – PB Docs 2021

C0168 Informational Message Message text The identifier identifier conflicts with a variable variable of the same name. It can be accessed using only an explicit ‘this.’ Document get from Powerbuilder help Thank you for watching.