The problem happens when there’s an apostrophe (single quote character) in a street name field or in a city name field.
I’m using these fields in an an SC google maps field as geocode.
When the app is executed, clicking on the google maps link will open either a google map located in the wrong street (apostrophe in the street name) or completely blank (apostrophe in the city name).
Entering the same street or city name manually in the google maps site, works perfectly.
Dear NetMake: shouldn’t issues like this be simple to prevent with proper escaping\encoding? In SC I’ve found this kind of issues many times.
You should make your developers aware that in string fields users can enter all sorts of characters so all functions dealing with string fields should properly escape\encode their content.