SetDataTransparency – PB Docs 2018
SetDataTransparency PowerScript function Description Sets the transparency percentage of a data point in a series in a DirectX 3D graph (those with 3D rendering). Applies to Graph controls in windows and user objects, and graphs in DataWindow controls Syntax
|
1 |
controlname.SetDataTransparency ( { graphcontrol, } seriesnumber, datapoint, transparency ) |
Argument Description controlname The name of the graph in which you want to set data,…
SetArgElement – PB Docs 2018
SetArgElement PowerScript function Description Sets the value in the specified argument element. Applies to Window ActiveX controls Syntax
|
1 |
activexcontrol.SetArgElement ( index, argument ) |
Argument Description activexcontrol Identifier for the instance of the PowerBuilder window ActiveX control. When used in HTML, this is the NAME attribute of the object element. When used in other environments, this references the control that…
SetBoldDate – PB Docs 2018
SetBoldDate PowerScript function Description Displays the specified date in bold. Applies to MonthCalendar control Syntax
|
1 |
controlname.SetBoldDate ( d, onoff {, rt } ) |
Argument Description controlname The name of the MonthCalendar control in which you want to clear the bold dates d The date to be set in bold onoff A boolean specifying whether the date is to be set to bold….
ReleaseAutomationNativePointer – PB Docs 2018
ReleaseAutomationNativePointer PowerScript function Description Releases the pointer to an OLE object that you got with GetAutomationNativePointer. Applies to OLEObject Syntax
|
1 |
oleobject.ReleaseAutomationNativePointer ( pointer ) |
Argument Description oleobject The name of an OLEObject variable containing the object for which you want to release the native pointer. pointer A UnsignedLong variable that holds the pointer you want to release. ReleaseAutomationNativePointer sets…
Requirements for using Open Client security services – PB Docs 2018
Requirements for using Open Client security services For you to use Open Client security services in your application, all of the following must be true: You are accessing an Adaptive Server database server using Open Client Client-Library (CT-Lib) 11.1.x or later software. You have the required network security mechanism and driver. You have the required…
RightTrimW (obsolete) – PB Docs 2018
RightTrimW (obsolete) Description Removes spaces from the end of a string. This function is obsolete. It has the same behavior as RightTrim in all environments. Syntax
|
1 |
RightTrimWÂ ( string ) |
Document get from Powerbuilder help Thank you for watching.
ResultSets object (obsolete) – PB Docs 2018
ResultSets object (obsolete) Obsolete object ResultSets object is obsolete, because EAServer is no longer supported since PowerBuilder 2017. The ResultSets object provides the ability to handle multiple result sets returned from EAServer. Properties ResultSets property Datatype Description ClassDefinition PowerObject An object of type PowerObject containing information about the class definition of the object or control ResultSetList…
RightMargin – PB Docs 2018
RightMargin property for PowerScript controls Applies to RichTextEdit controls Description The RightMargin property specifies the size in inches of the right margin on the printed page. Usage In a painter To set the right margin: Enter the desired size in inches in the Right Margin field of the Document tab page of the RichTextEdit control’s…
PrintLine – PB Docs 2018
PrintLine PowerScript function Description Draws a line of a specified thickness between the specified endpoints on the current print page. Syntax
|
1 |
PrintLine ( printjobnumber, x1, y1, x2, y2, thickness ) |
Argument Description printjobnumber The number the PrintOpen function assigned to the print job x1 An integer specifying the x coordinate in thousandths of an inch of the start of the line y1 An…
ProfileString – PB Docs 2018
ProfileString PowerScript function Description Obtains the string value of a setting in the profile file for your application. Syntax
|
1 |
ProfileString ( filename, section, key, default ) |
Argument Description filename A string whose value is the name of the profile file. If you do not specify a full path, ProfileString uses the operating system’s standard file search order to find the file. section…