EditChanged – PB Docs 150

EditChanged event

Description

Occurs for each keystroke the user types in an edit control
in the DataWindow.

PowerBuilder event information

Event ID: pbm_dwnchanging

Argument

Description

row

Long by value. The number of the row
containing the item whose value is being changed.

dwo

DWObject by value. A reference to the
column containing the item whose value is being changed. Dwo is
a reference to the column control, not the name of the column.

data

String by value. The current contents
of the DataWindow edit control.

Web ActiveX event information

Event name: onEditChange

Argument

Description

Row

Number. The number of the row containing
the item whose value is being changed.

Name

String. The name of the column containing
the item whose value is being changed.

Data

String. The current contents of the DataWindow
edit control.

Return Values

There are no special outcomes for this event. The only code
is:

  • 0 Continue processing

Examples

This example displays the row and column that the
user is editing in a StaticText control:

See Also


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x