I inserted a great piece of HTML into one of my form cells, which receives data from my address or lat/long attributes and returns a map and Bing Map aerial right on the form page.
<iframe style="width:90%;height:450px;padding:0;border:solid 1px black" src="http://data.mashedworld.com/dualmaps/map.htm?x=<<MY_ATTRIBUTE.LONGITUDE>>&y=<<MY_ATTRIBUTE.LATTITUDE>>&z=16&gm=0&ve=4&gc=0&bz=0&bd=0&mw=0&mi=0&mg=1&mv=1" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>
Is there a way to get this to pass the data to these fields without having to "Save" or "Create" the instance of my record? Or, if I do have to hit "Save" or "Create", can I get Aware to remain on my form page, without it going to a blank form, and then having to go back and search for the record I created to see my map?
Also, anyone had success creating a built-in geo-coding routine so one can enter an address or pass an address from Aware right into a geocoder to get lat and long, without having to leave Aware?