Search results

  1. cheekybuddha

    UK Online Safety Laws - I, and therefore the site, are at risk

    Wow! :oops: Can they do this anonymously? Do you get any idea of who reported it?
  2. cheekybuddha

    UK Online Safety Laws - I, and therefore the site, are at risk

    QED Try it for any mod! The ignore button isn't there. You can't ignore mods.
  3. cheekybuddha

    Solved Node level path

    Is that because you only Debug.Print when you are in a Level <> 1 ? Perhaps move that line outside the End If ?
  4. cheekybuddha

    How to register library/reference from vba code?

    Can you give us an example of such a library?
  5. cheekybuddha

    How to register library/reference from vba code?

    If Colin's links above don't help, then post the code you use and explain where it faults for you. Are you saying your target machines do not have the required dll's registered on them?
  6. cheekybuddha

    How to register library/reference from vba code?

    What results do you get when you try using Doc's suggested search?
  7. cheekybuddha

    UK Online Safety Laws - I, and therefore the site, are at risk

    Not me. You. You're the mod. Guess you have to evaluate everything in terms of whether Jon might end up bankrupt now. I reckon everyone has a fair idea of where the line might be - now they will have to think harder about how close they want to sail.
  8. cheekybuddha

    UK Online Safety Laws - I, and therefore the site, are at risk

    Not quite sure why you're being such a drama merchant. Just behave on the boards like a half-way decent human being and everyone will be fine. If you step over wherever the arbitrary line is, the mods will take care of it. It's annoying, but them's the cards that have been dealt.
  9. cheekybuddha

    UK Online Safety Laws - I, and therefore the site, are at risk

    1. See post #1 2. Wait however many years until the government of the day realises how totally unworkable this legislation is and how it will not have any effect against its intended targets, yet completely harms unintended targets.
  10. cheekybuddha

    UK Online Safety Laws - I, and therefore the site, are at risk

    This is perfect theory. But the reality is that, even if Jon is charged with a case that is spurious, he has to come up with the legal costs to defend and fight it, which are unlikely to be recovered even if he won. That is the problem with this legislation. It's not really about 'complainers'...
  11. cheekybuddha

    UK Online Safety Laws - I, and therefore the site, are at risk

    But it's not your house and family on the line, is it?
  12. cheekybuddha

    UK Online Safety Laws - I, and therefore the site, are at risk

    But who moderates the moderators? :ROFLMAO: It's a shitty state of affairs, Jon. I signed some petitions against this legislation when they were trying to shovel it through, trying to highlight the collateral damage to smaller sites without resources to implement the required vigilance; but...
  13. cheekybuddha

    Windows 10 End of Life

    I think you may have mis-read BlueSpruce's response. I read it as he agreed that the MS stuff IS invasive, and it's the remedies which are placebos (ie pretend to fix, when actually they don't) As usual, I my well have the wrong end of the stick!
  14. cheekybuddha

    Recordset field not readable after update

    If you wanted to test the version I posted you may need to adjust the timestamp value passed to the SQL statement: ' ... "'" & data_ora_file(NOME_FILE, "CREAZIONE") & "'," & _ Format$(Now, "\#yyyy\-mm\-dd hh:mm:ss\#") & "," & _ '... The Firebird ODBC driver should...
  15. cheekybuddha

    Recordset field not readable after update

    Is your backend in a non-Access system?
  16. cheekybuddha

    Recordset field not readable after update

    Private Function InserisciRecordPrincipale(db As DAO.Database, NOME_FILE As String, hash As String, b64 As Boolean, nom_fil_ser_ftp As String) As Long Dim lRet As Long, strSQL As String strSQL = "INSERT INTO FERICEVUTE (" & _ "ID_DOCUMENTITESTATE," & _...
  17. cheekybuddha

    Recordset field not readable after update

    What is the purpose of having 3 different hashes for the same thing? How often do you need to compare against the hash[es]?
  18. cheekybuddha

    Recordset field not readable after update

    Why do you store the import date in a text field?
Back
Top Bottom