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

Clicked – PB Docs 115 – PowerBuilder Library

Clicked – PB Docs 115

Clicked



Description

Occurs when the user
clicks anywhere in a DataWindow control.

Argument Description
sender String. Identifier for the client-side
control.
row Number. The number of the row the user
clicked.
objectName String. The name of the control within
the DataWindow under the pointer when the user clicked.

Controls

Web DataWindow client control

Return Values

Set the return code to affect the outcome of the event:

  • 0 Continue processing
  • 1 Prevent the focus from changing

Usage

When the user clicks on a DataWindow button, the Clicked event
occurs before the ButtonClicking event. When the user clicks anywhere
else, the Clicked event occurs when the mouse button is released.

note.gif Postback calls to the Clicked server-side event The corresponding server-side event can be triggered by the
following default event handlers: PBDataWindow_Clicked
and PBDataWindow_DelayedClicked.

Examples

This script in an .aspx file
that submits the value of the selected row in the DataWindow to
the server:

See Also


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