Changing subfile field content
Posted: Tue Jan 13, 2015 6:21 pm
Short version:
I have a subfile with several fields. Using javascript I can changed the contents of a field by changing the "innerHTML" property of a subfile field. However the updated field is not returned to the program. The original text is returned. Is there a way to change the text of an output subfile field and have it returned to the program?
Long version:
I have a two tabbed display. On one of the tabs I have an iFrame which contains a map. On the other tab is a subfile listing of addresses and their associated Lat/Long coordinates. A marker is placed on the map for every subfile record. When I drag one of the markers on the map I update the Lat/Long coordinates for the associated record in the subfile field. The user then selects that marker by either clicking on the marker in the map or clicking on a subfile record. At this point I would like the updated lat/long coordinates returned to the program. what I am getting is the original coordinates.
Thanks for the help,
Alan
I have a subfile with several fields. Using javascript I can changed the contents of a field by changing the "innerHTML" property of a subfile field. However the updated field is not returned to the program. The original text is returned. Is there a way to change the text of an output subfile field and have it returned to the program?
Long version:
I have a two tabbed display. On one of the tabs I have an iFrame which contains a map. On the other tab is a subfile listing of addresses and their associated Lat/Long coordinates. A marker is placed on the map for every subfile record. When I drag one of the markers on the map I update the Lat/Long coordinates for the associated record in the subfile field. The user then selects that marker by either clicking on the marker in the map or clicking on a subfile record. At this point I would like the updated lat/long coordinates returned to the program. what I am getting is the original coordinates.
Thanks for the help,
Alan