Syntax 2 For DataWindows with RichTextEdit presentation styles – PB Docs 126
Syntax 2 For DataWindows with RichTextEdit presentation styles Description Determines the line and column position of the insertion point or the start and end of selected text in a RichTextEdit control. Controls DataWindow type Method applies to PowerBuilder DataWindow control Syntax [PowerBuilder]
|
1 |
band <span>rtename</span>.<span>Position</span> ( long <span>fromline</span>, long <span>fromchar</span> {, long <span>toline</span>, long <span>tochar</span> } |
Argument Description rtename A reference to a DataWindow control. The DataWindow object in…
GetInterfaces – PB Docs 150
JavaVM: GetInterfaces method Description Populates a string array with the names of interfaces implemented by the Java object that a PowerBuilder proxy object represents. Syntax
|
1 |
<span>javavm</span>.GetInterfaces(powerobject <span>proxyobject</span><span></span>, ref string <span>interfacename</span>[ ]) |
Argument Description javavm An instance of the JavaVM class proxyobject An instantiated PowerBuilder proxy object interfacename[ ] A reference to an unbounded array of strings to hold the names…
About native database interfaces – PB Docs 90
About native database interfaces The native database interfaces provide native connections to many databases and DBMSs. This section describes how the native database interfaces access these databases. You can upgrade to PowerBuilder Enterprise to use the native database interfaces. For a complete list of the supported native database interfaces, see “Supported Database Interfaces” in online…
Tag – PB Docs 2017
Tag property (DataWindow object) Description The tag value of the specified control. The tag value can be any text you see fit to use in your application. Applies to Button, Column, Computed Field, Graph, GroupBox, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls Syntax PowerBuilder dot notation:
|
1 |
dw_control.Object.controlname.Tag |
Describe and Modify argument:
|
1 |
"controlname.Tag { = ' string ' }" |
Parameter…
DeleteSeries – PB Docs 2017
DeleteSeries PowerScript function Description Deletes a series and its data values from a graph. Applies to Graph controls in windows and user objects. Does not apply to graphs within DataWindow objects (because their data comes directly from the DataWindow). Syntax
|
1 |
controlname.DeleteSeries ( seriesname ) |
Argument Description controlname The graph in which you want to delete a series seriesname…
Sample ODBC Driver Manager Trace output – PB Docs 2018
Sample ODBC Driver Manager Trace output This section shows a partial example of output from ODBC Driver Manager Trace to give you an idea of the information it provides. The example is part of the trace on an ODBC connection to the Demo Database. For more about a particular ODBC API call, see your ODBC…
Requirements for using Open Client security services – PB Docs 2019
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…
Add a DataWindow control for the master DataWindow – PB Docs 2021
Add a DataWindow control for the master DataWindow Now you add a DataWindow control (saved as the user object, u_dwstandard) to the w_master_detail_ancestor window. It serves as the master DataWindow for the ancestor window and its descendants. How to create a user object like u_dwstandard You can create a user object based on a DataWindow…
Working with database components – PB Docs 2021
Working with database components A database is an electronic storage place for data. Databases are designed to ensure that data is valid and consistent and that it can be accessed, modified, and shared. A database management system (DBMS) governs the activities of a database and enforces rules that ensure data integrity. A relational DBMS stores…
Status – PB Docs 2022
Status property for PowerScript controls Applies to InkEdit, InkPicture controls Description A read-only property available at runtime that provides the current status of the control so that the user does not need to monitor the Stroke event to be sure that a stroke has been completed. Usage In scripts The Status property for InkEdit controls…