Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Powerbuilder DataWindow User Guide – Page 2 – PowerBuilder Library

Powerbuilder DataWindow User Guide

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:

Describe and Modify argument:

DataWindowSyntaxFromSql:

Title – PB Docs 125

Title DataWindow object property Description The title of the graph. Controls Graph controls Syntax PowerBuilder dot notation:

Describe and Modify argument:

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]

[Web ActiveX]

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:

Describe and Modify argument:

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]

[Web ActiveX]

Argument Description editname A reference to a DataWindow control Return Values Returns…