Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dynamic Action with KeyCode check for ENTER button pressed

Tobias ArnholdJan 19 2011 — edited Jan 19 2011
Hi,

I want to create a dynamic action which executes if the ENTER button of field P1_NAME is pressed.

I thought about this type of DA:

Event: Key Press
Selection Type: Item(s)
Item(s): P1_NAME
Condition: Javascript expression
Value: this.triggeringElement.keyCode == 13

That unfortunately doesn't work! Dynamic action doesn't get executed...

Hope for help! :)

Tobias
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2011
Added on Jan 19 2011
1 comment
2,260 views