AddData – PB Docs 2021
AddData PowerScript function Contents Syntax 1: For all graph types except scatter Syntax 2: For scatter graphs Adds a value to the end of a series of a graph. The syntax you use depends on the type of graph. To add data to Use Any graph type except scatter Syntax 1 Scatter graphs Syntax 2…
ADO.NET database interface – PB Docs 2021
ADO.NET database interface The PowerBuilder ADO.NET interface supports the OLE DB, Microsoft SQL Server .NET, Oracle ODP.NET, and SAP ASE data providers. If you use ADO.NET, you must deploy pbado.dll, pbrth.dll, sybase.PowerBuilder.Db.dll, sybase.PowerBuilder.DbExt.dll, and, for OLE DB, the OLE DB data provider. Name Description pbado.dll pbrth.dll sybase.PowerBuilder.Db.dll sybase.PowerBuilder.DbExt.dll OLE DB data provider (for OLE DB)…
AddItemTime – PB Docs 2021
AddItemTime PowerScript function Description Adds a child item of JsonStringItem type in the JSON generator object. Applies to JSONGenerator objects Syntax
|
1 |
objectname.AddItemTime ( ParentItemHandle, Value ) |
|
1 |
objectname.AddItemTime ( ParentItemHandle, Key, Value ) |
|
1 |
objectname.AddItemTime ( ParentItemPath, Value ) |
|
1 |
objectname.AddItemTime ( ParentItemPath, Key, Value ) |
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…
ADOResultSet object – PB Docs 2021
ADOResultSet object The ADOResultSet object provides the ability to use ActiveX Data Object (ADO) record sets to return a result set to a client and to manipulate ADO Recordsets in PowerBuilder. Properties ADOResultSet property Datatype Description ClassDefinition PowerObject An object of type PowerObject containing information about the class definition of the object or control Events…
AddItemString – PB Docs 2021
AddItemString PowerScript function Description Adds a child item of JsonStringItem type in the JSON generator object. Applies to JSONGenerator objects Syntax
|
1 |
objectname.AddItemString ( ParentItemHandle, Value ) |
|
1 |
objectname.AddItemString ( ParentItemHandle, Key, Value ) |
|
1 |
objectname.AddItemString ( ParentItemPath, Value ) |
|
1 |
objectname.AddItemString ( ParentItemPath, Key, Value ) |
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…
AscA – PB Docs 2021
AscA PowerScript function Description Converts the first character of a string to its ASCII integer value. Syntax
|
1 |
AscA ( string ) |
Argument Description string The string for which you want the ASCII value of the first character Return value Integer. Returns the ASCII value of the first character in string. If string is null, AscA returns null. Usage…
Arrange – PB Docs 2021
Arrange PowerScript function Description Arranges the icons in rows. Applies to ListView controls Syntax
|
1 |
listviewname.Arrange ( ) |
Argument Description listviewname The name of the ListView control in which you want to arrange icons Return value Integer. Returns 1 if it succeeds and -1 if an error occurs. Usage Can only be used with large icon and small…
AddColumn – PB Docs 2021
AddColumn PowerScript function Description Adds a column with a specified label, alignment, and width. Applies to ListView controls Syntax
|
1 |
listviewname.AddColumn ( label, alignment, width ) |
Argument Description listviewname The name of the ListView control to which you want to add a column. label A string whose value is the name of the column you are adding. alignment A value of…
AddItemObject – PB Docs 2021
AddItemObject PowerScript function Description Adds a child item of JsonObjectItem type in the JSON generator object. Applies to JSONGenerator objects Syntax
|
1 |
objectname.AddItemObject ( ParentItemHandle ) |
|
1 |
objectname.AddItemObject ( ParentItemHandle, Key ) |
|
1 |
objectname.AddItemObject ( ParentItemPath ) |
|
1 |
objectname.AddItemObject ( ParentItemPath, Key ) |
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…
ADORelease – PB Docs 2021
ADORelease database parameter Description Specifies the version of the ADO.NET data provider that is in use on the client workstation. When to specify ADORelease You must specify a value for ADORelease before connecting to the database. Applies to ADO.NET Syntax
|
1 |
ADORelease='value' |
Parameter Description value Specifies the version of an ADO.NET data provider your application uses….