Re: Help! Stop the shift from unlocking database

From: RedStar (noway_at_hotmail.com)
Date: 09/22/04


Date: Tue, 21 Sep 2004 22:00:41 -0400

ok i've done a bit of experimenting with this.
and it works as advertised.

BUT, how do you now stop anyone from using your shift disabler/enabler
program from exposing the database guts again?

TIA :)

"Albert D. Kallal" <PleaseNOOOsPAMMkallal@msn.com> wrote in message
news:%23X4MO4BoEHA.3424@TK2MSFTNGP12.phx.gbl...
> I am not experience your problem.
>
> Try downloading the following code example here:
> http://www.attcanada.net/~kallal.msn/msaccess/DownLoad.htm
> (grab the 3rd one, with the ms-access interface "hidden").
>
> Then, go here, and grab my shift key modifier code:
> http://www.attcanada.net/~kallal.msn/msaccess/msaccess.html
>
> Ok, run the shift key code, browse to the other example you downloaded.
> disable the shift key.
>
> Now exit.
>
> Now, try running the sample..and see if the shift key can get you inside.
> You can't.
>
> So, take a look at the tools->startup settings I used.
>
> I ONLY needed the tools->startup to lock everything up..
>
>
>
> --
> Albert D. Kallal (Access MVP)
> Edmonton, Alberta Canada
> pleaseNOOSpamKallal@msn.com
> http://www.attcanada.net/~kallal.msn
>
>



Relevant Pages

  • Re: I dont want to type everything in capital, even thougt i m not
    ... the shift effect included the fact that ... >> shift key down. ... >>> beginning of a sentence or for names, you should switch the Caps Lock ... >>> be quicker than trying to type using the Shift Key to get odd capitals ...
    (microsoft.public.word.docmanagement)
  • Re: suppress SHIFT key
    ... shift key option for some time. ... To suppress the shift key bypass, you need to create a database property ...
    (microsoft.public.access.formscoding)
  • Re: deleting messages
    ... If you amend the last sentence by adding the word "Shift" the process does delete. ... If you want to delete a selection of messages, but not the first or last, click on the last message you want to delete, scroll up as far as you want to delete messages, hold down the Shift key and click on that message. ... Any way you do it, follow up by compacting all your folders *manually* while working offline, and in Outlook Express at the top of the Folder Tree. ...
    (microsoft.public.windows.inetexplorer.ie6_outlookexpress)
  • Re: How to implement Shift - Click on a label
    ... You can detect if Shift is being held down by checking the Shift parameter ... If you want to detect if the Shift key and ONLY the Shift key (among ... MsgBox "Shift key was NOT down while clicking" ... If (Shift And vbShiftMask) = vbShiftMask Then ...
    (microsoft.public.vb.com)
  • Re: How to implement Shift - Click on a label
    ... You can detect if Shift is being held down by checking the Shift parameter ... If you want to detect if the Shift key and ONLY the Shift key (among Shift, ... MsgBox "Shift key was NOT down while clicking" ... rather than "hide" the label by making it the same color as the form's ...
    (microsoft.public.vb.com)