mikebrewer
Registered User.
- Local time
- Yesterday, 23:48
- Joined
- Sep 28, 2011
- Messages
- 93
Hi all,
I'm trying to integrate google maps into my database through a WebBrowser activeX control on a form. I have the form built, I have the web browser object on the form. I then have a html file that I call to load the map into the browser control. Upon loading the map, I call a function to pass it a lat/lng so that it can place a pushpin on the map. All of this works well. The next thing I'd like to do is be able to move the pushpin to another area and pass the location back to Access to be saved in the database. However... when I move my mouse over the browser object (after loading the map), I'm getting an error pointing at a file @ google. (onion.js to be exact). What I don't know is if the problem resides with them or with me. I think it has to do with the browser support but I don't know what version of a browser access is using in order to navigate the google maps side... nor do I know how to figure this out.
Does anyone have any experience here or maybe at least know how to figure out what browser the browser object is using whenever it loads a page?
Thank you all!!
I'm trying to integrate google maps into my database through a WebBrowser activeX control on a form. I have the form built, I have the web browser object on the form. I then have a html file that I call to load the map into the browser control. Upon loading the map, I call a function to pass it a lat/lng so that it can place a pushpin on the map. All of this works well. The next thing I'd like to do is be able to move the pushpin to another area and pass the location back to Access to be saved in the database. However... when I move my mouse over the browser object (after loading the map), I'm getting an error pointing at a file @ google. (onion.js to be exact). What I don't know is if the problem resides with them or with me. I think it has to do with the browser support but I don't know what version of a browser access is using in order to navigate the google maps side... nor do I know how to figure this out.
Does anyone have any experience here or maybe at least know how to figure out what browser the browser object is using whenever it loads a page?
Thank you all!!