Search results

  1. 8

    Enable/Disable shift open key IF

    ahhh ok.... so disable shifkey at startap at BE is not possible? only for FE?
  2. 8

    Enable/Disable shift open key IF

    Thanks Josef. I understand....We can forget about this code I've copied in this thread. I tought it was easy to mod it....but now I understand that It is difficult! The only thing that I am able to do is "copy the code into the new module" so I'm unable to do any mod at the code. I hope to find...
  3. 8

    Enable/Disable shift open key IF

    Thank you Gasman! Now the file is ok also for 64bit! (only "browse" button doesn't open any folder....I have just to insert it manually...but this is not a big problem) But It works only if the db is not splitted! In my case I have splitted db (FE+BE) and I would like to remove the shiftkey at...
  4. 8

    Enable/Disable shift open key IF

    thanks theDBguy! that tool doesn't works on my access because it is written only for 32bit (I have access 64bit)... I unable to modify it for 64bit... I don't know if you, or someone can fix it for 64bit ?? If it will run for access 64 bit, it is ok for me, thanks! Nobody can post a code...
  5. 8

    Enable/Disable shift open key IF

    If someone can modify or re-write the code in this way: If file "unlock_shift.txt" is present on c:\ ---->Shiftkey enabled If file "unlock_shift.txt" is not on c:\ ---->Shiftkey disabled Thanks
  6. 8

    Enable/Disable shift open key IF

    OK but I would need a code that If file "unlock_shift.txt" is present on c:\ ---->Shiftkey enabled If file "unlock_shift.txt" is not on c:\ ---->Shiftkey disabled
  7. 8

    disable shift open key

    I don't know. Language is italian.
  8. 8

    Enable/Disable shift open key IF

    Hi, I would need to have a code that lock shif key at startup both for FE and BE, but when file "unlock_shift.txt" will be present on c:\ the shift key will be enabled. Someone can write this code? thanks I found this code below on this forum but it works in another way because if the file...
  9. 8

    disable shift open key

    This is what It appears running code on post #20
  10. 8

    Split Database - Add password from Front End or Back End?

    Hi I resume this old thread because I would need to set a password at my BE. How can I do? (The FE already has a login form that works with password) thanks
  11. 8

    disable shift open key

    this was refered only at code you've posted in post #20
  12. 8

    disable shift open key

    I'm sorry I didn't understand, where is "immediate window", and where have I to copy the code?
  13. 8

    disable shift open key

    ahh ok! It do exaclty that you wrote! How can I run that code? I've copied the code into a vba module, and then? I've created an autoexec but It doesn't find function.... "I would like to have a code that lock shif key at startup both for FE and BE, and when "unlock_shift.txt" will be...
  14. 8

    disable shift open key

    I’m not saretta000 ! I need only to disable shift key in FE and BE. And I need a way to enable shiftkey when it is necessary. Unlock shofkey when “unlock_shift.txt” it is ok for me
  15. 8

    disable shift open key

    another thing: on FE file the shifkey is disabled only when it found the "unlock_shift.txt" on c:\ but if "unlock_shift.txt" is not present the shifkey is locked anyway! I would like to have a code that lock shif key at startup both for FE and BE, and when "unlock_shift.txt" will be present on...
  16. 8

    disable shift open key

    ok. I put it in autoexec, it partially works, because in the FE the shift key at startup is disable forever! No matter if "unlock_shift.txt" is present in C:\ the shifkey is always disabled! Something to change in the code? Is there a way to enable shif key again? (Anyway I've made a copy of...
  17. 8

    disable shift open key

    No, I’ve not done! …. What I have to do as well as add vba module ? Thanks
  18. 8

    disable shift open key

    Filename is ok. Try that code in your db…. It will not works
  19. 8

    disable shift open key

    Yes of course. To avoid error I didn’t modified “unlock_shift.txt” in the code. And i’ve created (an deleted) unlock_shift.txt on c:\
Back
Top Bottom