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.