Search results

  1. D

    Open Ms Access from Google Earth

    ok can you cut and copy the full code in btn_fly_contracts and if this calls a function on the html page then the full code of the function it calls.
  2. D

    Open Ms Access from Google Earth

    click what and what events in your form happen?
  3. D

    Open Ms Access from Google Earth

    What happens when you load the HTML file into IE or FF? It might work locally now but eventually you must have a publically accessible web page. B
  4. D

    Open Ms Access from Google Earth

    what is your link to your webpage?
  5. D

    Open Ms Access from Google Earth

    read this thread and this one http://www.access-programmers.co.uk/forums/showpost.php?p=820225&postcount=1 1. you need to create a website. 2. you need an account with google and apply for google earth 3. you need to create google earth in HTML and java script on that webpage 4. you need to...
  6. D

    Open Ms Access from Google Earth

    PS. If you are looking for some nice active x control that you drag and drop into your form which is Google Earth then give up now. I am pretty sure that will never exist.
  7. D

    Open Ms Access from Google Earth

    I did that many years ago and am not sure if it is still possible. It mean taking the window from GE and then putting it into Access, this means using the Windows API. But it is really not a good solution and in my opinion a hack. But as I said I did it years ago. This thread and my linked...
  8. D

    Open Ms Access from Google Earth

    No it's impossible with my methods. Go back to the beginning and then it links to another post. But you need an Internet page under my method.
  9. D

    Open Ms Access from Google Earth

    Do you have a website which hosts your google earth? Thus are you registered with Google for earth?
  10. D

    Login with ipad to the Forum problems

    Ok it worked on my iphone which has the Cookies setting of Always. So have now set that on the ipad and it is working now. Thanks.
  11. D

    Login with ipad to the Forum problems

    so you have an ipad on ios6 and it works fine? The things cannot be played with so much so if it works for you it must work for me too and it is some thing simple on my side. I hope it is not somehow intentional so as to push people toward that app that you can use.
  12. D

    Login with ipad to the Forum problems

    Thanks. I have Accept Cookies > From Visited which should be enough as it is suitable for every other forum. Stack Exchange / Experts Exchange etc.
  13. D

    Login with ipad to the Forum problems

    Hi all, I seem to be having an issue with the log in with my ipad. When I put in my username and password I get the thank you for logging in but then the login page opens again, empty and I am not logged in. If I go to threads it then shows me as logged in. But if I try to post it then goes...
  14. D

    Use Outlook in VBA

    Thats great you solved this problem. The Security issue is not new and if you do a quick search here and or in Google you will see many things on this topic.
  15. D

    Multi-language Access

    Yes. So use your open or load event as the event which initiates your code. Sounds good to me.
  16. D

    Multi-language Access

    I see what you mean. But just to be sure I will put it in my own words. 1. Translator navigates to a form 2. Translator clicks a button in your case, button named language 3. The resulting form shows all the rows that need translating for this form and as the form is open can tell the...
  17. D

    Multi-language Access

    First I have to say I am having a hard time understanding, but it is most likely me. I think I understand, you want to set up the ability for the translator to see the forms working so that they know in context what a label or button has on it and then translate it. I dont know an easy way of...
  18. D

    Use Outlook in VBA

    On the oMsg you can also do oMsg.SenderName and oMsg.SenderEmailAddress.
  19. D

    Multi-language Access

    That is also why the text files are used. In other languages you have a comment above the english text for example for the translator to understand the context. In your case you would use a column. I am not sure I understand. The user is seeing frmX and there needs to be some call to frmY...
  20. D

    Use Outlook in VBA

    please show some code or where you want to do this. Or please explain how this happens. For example do you want to be forever checking for new mail?
Back
Top Bottom