TraceClose – PB Docs 2018
TraceClose PowerScript function Description Closes the trace file. Syntax
|
1 |
TraceClose ( ) |
Return value ErrorReturn. Returns one of the following values: Success! — The function succeeded FileNotOpenError! — TraceOpen has not been called yet FileCloseError! — The log file is full Usage TraceClose closes the trace file. If you have not already called TraceEnd, TraceClose will call…
TraceError object – PB Docs 2018
TraceError object The TraceError object provides information about a node in a trace file identified as an occurrence of a system error or warning, including the error message and severity level. To access the extra properties of the TraceError object, you assign a TraceActivityNode object whose activity type is ActError! to the TraceError object. The…
TotalSelected – PB Docs 2018
TotalSelected PowerScript function Description Determines the number of items in a ListBox control that are selected. Applies to ListBox, PictureListBox, and ListView controls Syntax
|
1 |
listcontrolname.TotalSelected ( ) |
Argument Description listcontrolname The name of the ListBox, PictureListBox, or ListView in which you want the number of items that are selected Return value Integer. Returns the number of items…
ShowText – PB Docs 2018
ShowText property for PowerScript controls Applies to Tab controls Description When the ShowText property is enabled, the text specified for each tab, if any, is displayed. When this property is not enabled, no text appears. You can use ShowText with ShowPicture to display a picture and a text label, picture only, text label only, or…
SimpleTypeDefinition object – PB Docs 2018
SimpleTypeDefinition object Information about the type of a scalar variable. SimpleTypeDefinition is inherited from TypeDefinition and has no additional properties or functions. For the list of properties and functions, see the TypeDefinition object. Document get from Powerbuilder help Thank you for watching.
SPCache – PB Docs 2018
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 O10…
StatePictureWidth – PB Docs 2018
StatePictureWidth property for PowerScript controls Applies to ListView, TreeView controls Description The StatePictureWidth property specifies the display width of all the state pictures. The size is specified in pixels. If you choose the value (Default) in the painter, or set the value to 0, PowerBuilder uses the width of the first picture in the array…
StartHotLink – PB Docs 2018
StartHotLink PowerScript function Description Establishes a hot link with a DDE server application so that PowerBuilder is notified immediately of any changes in the specified data. When the data changes in the server application, it triggers a HotLinkAlarm event in the current application. Syntax
|
1 |
StartHotLink ( location, applname, topic {, bAnsi} ) |
Argument Description location A string whose value is the location…
Start – PB Docs 2018
Start PowerScript function Contents Syntax 1: For executing pipeline objects Syntax 2: For activating timing objects Start has two basic syntaxes. To Use Execute a pipeline object Syntax 1 Activate a timing object Syntax 2 Document get from Powerbuilder help Thank you for watching.
SetRequestHeaders – PB Docs 2018
SetRequestHeaders PowerScript function Description Sets all of the request headers. Applies to HTTPClient and RestClient objects Syntax
|
1 |
objectname.SetRequestHeaders ( headers ) |
Argument Description objectname The name of the HTTPClient or RestClient object in which you want to set the request header headers A string whose value is the information of all of the headers Return value Integer. Returns…