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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Map Zoom not working

Graham Banks4 days ago

Hello,

I am trying to create a simple application in Apex 24.2.5 where a user selects a location from a list box in a page and on selection, it zooms into that area - however whilst I am certain that the correct location is found, the zoom does not work.

I've created a select list(P2_LOCATION), and 2 hidden fields (P2_LAT and P2_LNG).

I have created 2 dynamic actions on that select list - firstly an Execute Server Side Code that selects the lat and lng from a locations table based on the location they chose which seems to give the right coordinates into 2 NUMBER variables, but the 2nd dynamic action Execute Javascript code is just not finding these coordinates despite being called after the pl/sql action.

I am wondering if users have come across this before and found a resolution.

Comments
Post Details
Added 4 days ago
1 comment
33 views