SetRange – PB Docs 2022
SetRange PowerScript function Description Sets a duration for a progress bar control or sets the start and end position for a trackbar control. Applies to Progress bar controls Syntax
|
1 |
controlname.SetRange ( startpos, endpos ) |
Argument Description controlname The name of the progress bar or trackbar startpos Integer indicating the initial position of the range endpos Integer indicating the terminal…
SharedObjectDirectory – PB Docs 2022
SharedObjectDirectory PowerScript function Description Retrieves the list of objects that have been registered for sharing. Syntax
|
1 |
SharedObjectDirectory ( instancenames {, classnames } ) |
Argument Description instancenames An unbounded array of type string in which you want to store the names of objects that have been registered for sharing classnames (optional) An unbounded array of type string in which you want to…
Sec_Mutual_Auth – PB Docs 2022
Sec_Mutual_Auth database parameter Description When you access an SAP Adaptive Server Enterprise database in PowerBuilder through Open Client, Sec_Mutual_Auth is one of several parameters that support login authentication for network-based security services. (For other login authentication parameters, see the See Also section.) Sec_Mutual_Auth controls whether your connection’s security mechanism performs mutual authentication. When Sec_Mutual_Auth is…
SelectTextWord – PB Docs 2022
SelectTextWord PowerScript function Description Selects the word containing the insertion point in a RichTextEdit control. Applies to RichTextEdit and DataWindow controls Syntax
|
1 |
rtename.SelectTextWord ( ) |
Argument Description rtename The name of the RichTextEdit or DataWindow control in which you want to select a word. The DataWindow object in the DataWindow control must be a RichTextEdit DataWindow. Return…
Sending Windows messages – PB Docs 2022
Sending Windows messages To send Windows messages to a window that you created in PowerBuilder or to an external window (such as a window you created using an external function), use the Post or Send function. To trigger a PowerBuilder event, use the EVENT syntax or the TriggerEvent or PostEvent function. Using Post and Send…
ServerName – PB Docs 2022
ServerName database parameter Description Specifies the server name for Oracle client interface (OCI) pooling. Applies to ORA Oracle (for 11g and later) Syntax
|
1 |
ServerName =value |
Parameter Description value Sets the name of the server to use for OCI pooling Default value None Usage Oracle client interface pooling for PowerBuilder applications is created when you connect to…
SelectionChanging – PB Docs 2022
SelectionChanging PowerScript event Contents Syntax 1: For Tab controls Syntax 2: For TreeView controls The SelectionChanging event has different arguments for different objects: Object See Tab control Syntax 1 TreeView control Syntax 2 Document get from Powerbuilder help Thank you for watching.
SetDataPieExplode – PB Docs 2022
SetDataPieExplode PowerScript function Description Explodes a pie slice in a pie graph. The exploded slice is moved away from the center of the pie, which draws attention to the data. You can explode any number of slices of the pie. Applies to Graph controls in windows and user objects, and graphs in DataWindow controls Syntax…
ScriptDefinition object – PB Docs 2022
ScriptDefinition object Information about a script associated with a class definition. ScriptDefinition is used in the ClassDefinition object. You cannot instantiate a ScriptDefinition object for a particular script independently of a ClassDefinition object. Instead you access the ScriptDefinition instances that are elements of the ScriptList array of a ClassDefinition instance. The ScriptDefinition object has information…
Rich text editors – PB Docs 2022
Rich text editors Contents Feature difference between TX Text Control (64-bit) and Microsoft RichEdit Control (64-bit) You can select from the rich text editors supported by PowerBuilder. The selected rich text editor will be applicable to the RichTextEdit control, the RichText DataWindow object, and the RichText edit style. For how to select the rich text…