Hi Jean-Pierre,
As the instructions page suggest (right at the bottom):
Do not use the input fields’ Visible property for this purpose. If you set them with False, the screen doesn’t render the inputs at all, and the location values won’t be available.
Usually the Lat/Long Inputs are bundled in a div for which the property display is set to False.
You can check the "Car Accident Reporting" as an example on how it's used.
Let me know what came of it.
Cheers,
João Grazina
As the instructions page suggest (right at the bottom):
Do not use the input fields’ Visible property for this purpose. If you set them with False, the screen doesn’t render the inputs at all, and the location values won’t be available.
Usually the Lat/Long Inputs are bundled in a div for which the property display is set to False.
You can check the "Car Accident Reporting" as an example on how it's used.
Let me know what came of it.
Cheers,
João Grazina