Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8720569
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T07:04:20+00:00 2026-06-13T07:04:20+00:00

I have a number of auto-complete fields on my page with a submit button.

  • 0

I have a number of auto-complete fields on my page with a submit button. I know on a text field there is an option called “Submit when Enter pressed” which works fine however this option is not available on these fields.

I have looked at a couple of other forum posts, this one i felt i nearly solved it however when i pressed any key the action fired which was wrong..

https://forums.oracle.com/forums/thread.jspa?threadID=2425583

Can anyone help? How can i submit a page on enter using an auto-complete field?

<script type="text/javascript" src="#APP_IMAGES#jquery-1.8.2.min.js">  
$('#P2_DOOR_NUMBER').keyup(function(e) {  
if (e.keyCode == '13')  
    $('#P2_GO').trigger('click');  
});  
</script>  
  • Oracle Version: Oracle version 10.2.0.4.0
  • Full APEX version: Application Express 4.1.1.00.23
  • Browser(s) and version(s) used: Internet Explorer 7 & 8
  • Theme: Simple Red Template(s): The standard templates with the Simple Red theme.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T07:04:21+00:00Added an answer on June 13, 2026 at 7:04 am

    Can you not simply use JQuery to bind your input field ? :

    $('#YOUR_ITEM_ID').keyup(function (e) {
        if (e.keyCode === 13) {
            apex.submit({...});
        }
    });
    

    Of course you can do it using a dynamic action.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a JET table with an auto-number as the primary key, and I
I have a number stored in an NSMutableString instance which I want to auto
I have a url like www.example.com/mypage.php?id=324 That number 324 is auto incremented (meaning that
I want to use auto-completion in a number of fields (5-7) in my forms.
I have an array of 16 squares and I would like to auto complete
I have a page that at could have a large number numbers of controls
I have a number of text-boxes which are created dynamically: <?php $columns = $_POST['n_cols'];
I want to implement a text suggestion. I have a huge number of data,
We have an auto-complete list that's populated when an you send an email to
I have the car tables with a field in it called: vin (Vehicle Identification

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.