TraceError – PB Docs 2021
TraceError PowerScript function Description Logs your own error message and its severity level to the trace file if tracing of this activity type has been enabled. Syntax
|
1 |
TraceError ( severity, message ) |
Argument Description severity A long whose value is a number you want to indicate the severity of the error message A string whose value is the error…
SortType – PB Docs 2021
SortType property for PowerScript controls Applies to ListView, TreeView controls Description The SortType property specifies how items should be sorted. Items can be sorted alphabetically based on the item names or according to user-defined rules. If you specify a user-defined or unsorted sort type, define your sort criteria in the Sort event of the control….
SPCache – PB Docs 2021
SPCache database parameter Description Specifies the number of stored procedures for which the driver caches information. When to specify SPCache If you want to change the default value for SPCache, you must specify a new value before connecting to the database. The value cannot be changed at runtime. Applies to ADO.NET OLE DB O90 Oracle9i…
State – PB Docs 2021
State PowerScript function Description Determines whether an item in a ListBox control is highlighted. Applies to ListBox and PictureListBox controls Syntax
|
1 |
listboxname.State ( index ) |
Argument Description listboxname The name of the ListBox or PictureListBox in which you want to obtain the state (highlighted or not highlighted) of the item identified by index index The number of the…
Supporting OAuth 2.0 Authorization Server – PB Docs 2021
Supporting OAuth 2.0 Authorization Server Contents OAuth Grant Types Document get from Powerbuilder help Thank you for watching.
SetSpacing – PB Docs 2021
SetSpacing PowerScript function Description Sets the line spacing for the selected paragraphs or the paragraph containing the insertion point in a RichTextEdit control. Applies to RichTextEdit controls Syntax
|
1 |
rtename.SetSpacing ( spacing ) |
Argument Description rtename The name of the RichTextEdit control in which you want to set the line spacing. spacing A value of the Spacing enumerated datatype…
ShowPopupHelp – PB Docs 2021
ShowPopupHelp PowerScript function Description Displays pop-up help for the specified control. Applies to Any control Syntax
|
1 |
ShowPopupHelp ( helpfile, control, contextid ) |
Argument Description helpfile String for the Help file name to be used control Dragobject for which the pop-up help is displayed contextid Long for the context ID number Return value Integer. Returns 1 if the function succeeds and…
SetResultSet – PB Docs 2021
SetResultSet PowerScript function Description Populates a new ADOResultSet object with data passed in a ResultSet object. Applies to ADOResultSet objects Syntax
|
1 |
adoresultset.SetResultSet ( resultsetobject ) |
Argument Description adoresultset An ADOResultSet object into which the function places the passed result set as an ADO Recordset resultsetobject A ResultSet object that contains result set data Return value Integer. Returns 1…
SharedObjectUnregister – PB Docs 2021
SharedObjectUnregister PowerScript function Description Unregisters a user object that was previously registered. Syntax
|
1 |
SharedObjectUnregister ( instancename ) |
Argument Description instancename The name assigned to the shared object instance when it was first registered Return value ErrorReturn. Returns one of the following values: Success! — The function succeeded SharedObjectNotExistsError! — The instance name has not been registered Usage This…
Server support – PB Docs 2021
Server support PowerBuilder developers can build clients that invoke the services of COM+ and third-party application servers, and build components (or objects) that execute business logic inside each of these servers. J2EE servers J2EE, the Java 2 Platform, Enterprise Edition, is the official Java framework for enterprise application development. A J2EE application is composed of…