PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → MAPS getting selected MARKER value
MAPS getting selected MARKER value
Iniciado por guest, 08,abr. 2016 07:20 - 1 respuesta
Publicado el 08,abril 2016 - 07:20
I place key details on a Marker name/description. I need use those when someone selects a marker. I can see it in the Browser side but I cant get it in the server side. There MUST be a way.

To clarify. I use the Marker procedure (browser side) it gives me the marker. I now need to handle that marker's data on the server side.
Publicado el 08,abril 2016 - 16:04
i have resolved this. it is important to set the marker procedure as server side and set the ajax flag on. That does the trick