Search results

  1. 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...
  2. 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"...
  3. 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 =...
  4. 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...
  5. 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.
  6. W

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

    Today Access updated to Microsoft® Access® for Microsoft 365 MSO (Version 2312 Build 16.0.17126.20078) 64-bit The good new is the Edge browser window now appears fluid and responsive. The bad new is the password to the test account I was using has expired and they are dragging their heels...
  7. W

    Next record button has started creating new records

    Hmm. I have a back up copy and testing this there are no new records created. There are no extra me.dirty = false. Allow additions in form properties is true. I can't see why it has changed how it works. I think something must be entering data and thus activating the new form. I've done that...
  8. W

    Next record button has started creating new records

    Thanks. I found and disabled "allow additions". The problem is now the add new record button won't work. Both this and next record button produce a pop up of "You can't go to the specified record", which is what use to happen with the next record button when you got to the end. EDIT: I now...
  9. W

    Next record button has started creating new records

    I've used this code for years to move to the next record. Over the last week or so it has started adding a new record if you are on the last record. It has never done this before in probably about 10 years. Can anyone help with how to stop it creating new blank records? On Error GoTo...
  10. W

    Multiples sub tables from a main table help

    Thanks. I will try and upload some more info.
  11. W

    Multiples sub tables from a main table help

    I have a database with around 3k entries. I want to create more tables that are linked to records in the main table, but only for some of the 3k main records, not all of them. I also want one of these tables to be capable of multiple records that are linked to a single record in the main table...
  12. W

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

    Hi, I've sent across a test database. I hope it function correctly. Many thanks Andy
  13. W

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

    Thanks. I tried to produce a cut down version but it is proving difficult. It will be easier if I just code up a "working" version in separate database. I have put this on the back burner as I'm hoping when office updates the issue will resolve. Is there anywhere I can find out when I will be...
  14. W

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

    No worries and many thanks. Here is sample of the code that was working fine. I've added a pause function instead of all the x= timer + 2 stuff, but this is since the code keeled over so will stick to what was working. If I run this the browser window freezes up. Also how do I get updates...
  15. W

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

    I'm happy to PM you the login as it's a test site. I just don't think I should post it publicly. Would be willing to test it for me? If so I would be very grateful. Is it really possible that an update that happened without my knowledge killed it? I have had previous issues that have been...
  16. W

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

    I've stripped out everything except navigating to the site, pausing, entering details, clicking login, pausing etc. It still doesn't work. The front page shows but I cannot interact. Previously as the code was running I could move the webpage in the window and see all the data being entered and...
  17. W

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

    Thanks. I pretty much had it fully working and was getting ready to transfer it across to my working database. I think I'm on ver 2311, but will check when I get back home. I'm going to get rid of any non essential code and try it again. If I get working is it likely to be temperamental with...
  18. W

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

    Looks like I can type posts again. Thanks for your help. I slowly transfered the code to another version of the database. What appears to be happening is the edge browser window is not updating. The code appears to be running in the background. On some occasions it will run until the end. I...
  19. W

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

    Starting today the Edge Browser window in a form has stopped working. It was fine this am. I have several versions of the code, all at different stages. I have tried them on 2 different PC. The site I'm trying to access works fine on chrome and normal edge. The Edge browser window doesn't work...
  20. W

    Finding wildcards with instr?

    Thanks. I knew I was having another brain freeze moment Me.EdgeBrowser0.RetrieveJavascriptValue("document.documentElement.innerHTML") Like "*[a-z][a-z][a-z]#####*"
Back
Top Bottom