Search results

  1. W

    Navigating a menu with Edge Browser controls

    Epic stuff. That works. Many thanks.
  2. W

    Navigating a menu with Edge Browser controls

    Sadly that is not an option. It's not the NHS anyway, it's outsourced to capita. The IT section is hidden far behind a script driven customer services department with no way to access it. If I ask customer services a question any more difficult that what their name is they go cross-eyed.
  3. W

    Navigating a menu with Edge Browser controls

    Many thanks. The website is a pass worded NHS site, so sadly I cannot share a link. With your help I have found the correct number 'A' for change password (it's 6). inner HTML = 6__Change Password. I can't navigate to the change password url as the page loads bare with no formatting and...
  4. W

    Navigating a menu with Edge Browser controls

    I want to navigate a menu and change a password. I can enter the details but do not know how to select the various menu options to get to the password page. I cannot just navigate to the URL as for some reason it doesn't load the password page properly. I'm also not sure how to click the final...
  5. W

    Postcode lookup stopped working

    I know it's been a while but I went with option 5. Recode it using IE, but keep the browser hidden (something you can't do with edge). It now works again.
  6. W

    Access corrupting Excel spreadsheets.

    I'm not. The second image is what I'm trying to save as. I think .xlsb is some obscure excel format for trying to save a corrupted workbook when normal save fails. I haven't even looked at that file to see what it is. If this is a google drive issue would I be better of switching to one drive...
  7. W

    Access corrupting Excel spreadsheets.

    That's a good point. I've stored this document on google drive for years, as I need access from different locations. Is it likely a problem with Google drive, or could something have changed with office that is causing it to not like Goole drive anymore?
  8. W

    Access corrupting Excel spreadsheets.

    I've been having issues with a couple of Excel documents that I access with Access. For some documents this manifests as the vba code for the excel document (not the code in access) completely vanishing. I wasn't sure what was causing this, but I'm now fairly sure it's something to do with...
  9. W

    Edge Browser window keeps freezing/crashing after interacting with VBA.

    Thankfully it appears to be working reasonably well for what I want. I've only just started to use it for what I was working on and I do occasionally have issues with pages not loading. I'm not sure if this is an Edge browser problem, or an issue with the website I am accessing. Thankfully with...
  10. W

    Edge Browser window keeps freezing/crashing after interacting with VBA.

    I'm running Microsoft® Access® for Microsoft 365 MSO (Version 2312 Build 16.0.17126.20132) 64-bit now and Edge browser is working fine.
  11. W

    Sending SMS vis API

    Thanks. I use groundwire app on my mobile (along with a normal phone and a grandstream HT812) and it has no options for SMS. I read somewhere it should have, so I will look into this first, as it will probably be simpler. Currently if I send an SMS to myself I receive a phone call (from BT for...
  12. W

    Sending SMS vis API

    I have a website. Could I configure this to receive messages and pass them on? Ideally I would like to receive the messages to my mobile. Are you familiar with tasker on android? I think it has a HTTP Server.
  13. W

    Sending SMS vis API

    It was fine. Many thanks for your help. I previously used a combination of tasker on an android phone to sync to a google drive folder to send SMS. My database places text files into the folder formatted a certain way, which are then synced every 10 minutes, read by tasker, and an SMS is sent...
  14. W

    Sending SMS vis API

    Many thanks. Only other change was "Dim data As Variant" and it worked perfectly. Received a debug.print of OK:1, a msgbox with some other info and of course the SMS.
  15. W

    Sending SMS vis API

    Thanks. I tried but I get a compile error saying "invalid qualifier" for the .Send data.Join("&") line with the word data highlighted.
  16. W

    Sending SMS vis API

    thanks. I tried the below but it errored on .Send Dim webServiceURL As String Dim actionType As String Dim targetWord As String Dim actionType2 As String Dim targetWord2 As String Dim actionType3 As String Dim targetWord3 As String Dim actionType4 As String Dim targetWord4 As...
  17. W

    Sending SMS vis API

    I have a VoIP account and want to send SMS via the API. The details about it are here: https://support.aa.net.uk/SMS_API They give an example for linux curl --silent --form-string username=01234567890 --form-string password=123456 --form-string da=01234567890 --form-string ud="Hello world"...
  18. W

    Lock Edge browser window but allow scrolling + pop out

    I take it this is a no then. In that case is it possible to hide the edge browser control? I've tried Me.EdgeBrowser0.Visible = False but this just causes access to crash. I still use the IE browser in hidden mode to to get round a website that started blocking a Set winReq =...
  19. W

    Lock Edge browser window but allow scrolling + pop out

    Is it possible to have an access form Edge browser window visible but lock it from any input and only allow it to be scrolled up and down? Is it also possible to have the form Edge browser window pop out to a full Edge browser window? I'm guessing if this happens it will no longer be...
  20. W

    Next record button has started creating new records

    Thanks everyone. I think I have altered something to update/save data on a new form. I will track it down when I have time, but for now allowadditions = false is keeping it at bay.
Top Bottom