Search results

  1. B

    424 Error

    Yes I am calling a routine in another form. Code below - someone had published it in a forum and I modified it for google staticmaps (MyAssigned is a global boolian variable and MyGoogleMapURL a global string) Public Sub Form_Timer() 'Declare variables. Dim objBrowser As Object 'Set...
  2. B

    424 Error

    I am a newbee trying to write a small one-off application. I have a form that displays a subform (frmGoogleMap) containing a google static map. When I select an item on the main form, the click calls the sub that creates the URL and loads the map. When I click I receive a 424 object required...
Back
Top Bottom