Hello. sorry for my english.
have a form with a field link, this opens a blank application with a google map from the google api.
This blank app has a html form that post " latitude" and “longitude” to the form who called.
I can’t return to the form application who called this blank app.
help.
Perhaps sc_redir(form_who_called_name); could help.
Hello landame thank you for your answer, but it doesnt solve it.
I will try to be precise. The Form A is a master, the form B is the detail.
In B form (in update mode) i have a link to open a blank app. The blank app get lat and longitude from google map into 2 html inputs. then I post them to the B form. But the B form opened in a insert mode…deleting all the other data.
one`s again ill apologyse form my english.
OK, in Form B check Application -> Navigation -> [RIGHT][SIZE=12px]Return After Inserting = Yes. If it is No, it opens in Insert Mode. In Yes it returns to Edit mode.[/SIZE][/RIGHT]
Great Thanks!