Using point and click – PB Docs 105
Using point and click Users can click graphs during execution. The DataWindow control provides a method called ObjectAtPointer that stores information about what was clicked. You can use this method in a number of ways in mouse events. For example, with the ObjectAtPointer information, you can call other graph methods to report to the user…
Using point and click – PB Docs 110
Using point and click Users can click graphs during execution. The DataWindow control provides a method called ObjectAtPointer that stores information about what was clicked. You can use this method in a number of ways in mouse events. For example, with the ObjectAtPointer information, you can call other graph methods to report to the user…
Using point and click – PB Docs 115
Using point and click Users can click graphs during execution. The DataWindow control provides a method called ObjectAtPointer that stores information about what was clicked. You can use this method in a number of ways in mouse events. For example, with the ObjectAtPointer information, you can call other graph methods to report to the user…
Using point and click – PB Docs 100
Using point and click Users can click graphs during execution. The DataWindow control provides a method called ObjectAtPointer that stores information about what was clicked. You can use this method in a number of ways in mouse events. For example, with the ObjectAtPointer information, you can call other graph methods to report to the user…
Update – PB Docs 125
Update method (DataWindows) Description Updates the database with the changes made in a DataWindow control or DataStore. Update can also call AcceptText for the current row and column before it updates the database. UpdateEx A separate method name, UpdateEx, is provided as an alternative syntax for the Web DataWindow server component, which cannot use overloaded…
Timer_Interval – PB Docs 125
Timer_Interval DataWindow object property Description The number of milliseconds between the internal timer events. When you use time in a DataWindow, an internal timer event is triggered at the interval specified by Timer_Interval. This determines how often time fields are updated. Controls DataWindows Syntax PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.DataWindow.Timer_Interval |
Describe and Modify argument:
|
1 |
"DataWindow.Timer_Interval { = <span>number</span> }" |
DataWindowSyntaxFromSql:
|
1 |
DataWindow ( Timer_Interval =<span> number </span>) |
…
Title – PB Docs 125
Title DataWindow object property Description The title of the graph. Controls Graph controls Syntax PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.<span>graphname</span>.Title |
Describe and Modify argument:
|
1 |
"<span>graphname</span>.Title { = ' <span>titlestring </span>' }" |
Parameter Description graphname In the DataWindow object, the name of the Graph control for which you want to get or set the title titlestring A string specifying the graph’s title Usage In…
Undo – PB Docs 125
Undo method (DataWindows) Description Cancels the last edit in an edit control, restoring the text to the content before the last change. Controls DataWindow type Method applies to PowerBuilder DataWindow control Web ActiveX DataWindow control Syntax [PowerBuilder]
|
1 |
integer <span>editname</span>.<span>Undo</span> ( ) |
[Web ActiveX]
|
1 |
number <span>editname</span>.<span>Undo</span> ( ) |
Argument Description editname A reference to a DataWindow control. Reverses the last edit in…
Tag – PB Docs 125
Tag DataWindow object property Description The tag value of the specified control. The tag value can be any text you see fit to use in your application. Controls Button, Column, Computed Field, Graph, GroupBox, Oval, Picture, Rectangle, Report, RoundRectangle, TableBlob, and Text controls Syntax PowerBuilder dot notation:
|
1 |
<span>dw_control</span>.Object.<span>controlname</span>.Tag |
Describe and Modify argument:
|
1 |
"<span>controlname</span>.Tag { = '<span> string</span> ' }" |
Parameter Description…
TextLine – PB Docs 125
TextLine method (DataWindows) Description Obtains the text of the line that contains the insertion point. TextLine works for controls that can contain multiple lines. Controls DataWindow type Method applies to PowerBuilder DataWindow control Web ActiveX DataWindow control Syntax [PowerBuilder]
|
1 |
string <span>editname</span>.<span>TextLine</span> ( ) |
[Web ActiveX]
|
1 |
string <span>editname</span>.<span>TextLine</span> ( ) |
Argument Description editname A reference to a DataWindow control Return Values Returns…