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 9151631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:51:00+00:00 2026-06-17T11:51:00+00:00

Currently I have a page in Oracle APEX that all html based. The page

  • 0

Currently I have a page in Oracle APEX that all html based. The page actually consists for a map and a region with the coordinates of the location that the user clicks on the map.

I’m stuck at how do I update my tables in APEX using the values from my html page.

Thanks for any guidance or help.

  • 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-17T11:51:01+00:00Added an answer on June 17, 2026 at 11:51 am

    There is simplest way:
    Dynamic Action on button, Execute Javascript code

    var oDBGet = new htmldb_Get(null, $v('pFlowId'), "APPLICATION_PROCESS=SAVE_COORDS", $v('pFlowStepId'));
    oDBGet.add('P25_NAME', $v("P25_NAME"));
    oDBGet.add('P25_XCOORD', $v("P25_XCOORD"));
    oDBGet.add('P25_YCOORD', $v("P25_YCOORD"));
    
    oDBGet.get();
    

    Page Process, AJAX Callback:

    insert into coordinates
    (name, xcoord, ycoord)
    values
    (:P25_NAME, :P25_XCOORD, :P25_YCOORD);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have a product view page that contains an MVCContrib HTML Grid with
We currently have a quote page which lists all existing quotes that we would
I currently have a page structure that consists of a page(Parent) that includes an
currently: i have a page view that is displaying all content that is flagged
I currently have an advanced search page that searches a number of fields in
I currently have a web form aspx page that calls RegisterClientScriptBlock. This sends down
I currently have pagination functionality that displays the total page count, but I was
I currently have an application that uses a browserfield to access an internet page
I currently have a page that is erroring out with the Generic code of
I currently have a page that contains an unordered list. That list is initially

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.