Shift key bypass not working

This is a discussion on Shift key bypass not working within the ADO DAO RDO RDS forums in Framework and Interface Programming category; I've got the DB ready and am trying to implement security measures. I've set the startup options and want to disallow Shift to be pressed on startup. I tried the utility posted several times by Albert D. Kallal but I get an error message "Object variable or with variable not set" when I run it and click disable by pass key. Any thoughts or another way to achieve this? THANKS !!!! Sharontodd...

Go Back   Application Development Forum > Framework and Interface Programming > ADO DAO RDO RDS

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 09-04-2008, 01:41 PM
sharontodd
Guest
 
Default Shift key bypass not working

I've got the DB ready and am trying to implement security measures. I've set
the startup options and want to disallow Shift to be pressed on startup. I
tried the utility posted several times by Albert D. Kallal but I get an error
message "Object variable or with variable not set" when I run it and click
disable by pass key.

Any thoughts or another way to achieve this?

THANKS !!!!
Sharontodd
Reply With Quote
  #2  
Old 09-06-2008, 05:45 PM
ErezM via AccessMonster.com
Guest
 
Default Re: Shift key bypass not working

hi
what's wrong in creating a property called "AllowBypassKey" and setting it's
value to False?
it works perfectly for me.
and if you're worried about smart hackers that will set this property to True
from outside your application, then check for it's value on the first form to
open (or on the most critical form there is), and DoCmd.Quit if you dont like
the result.
that is all assumming you are leaving only MDEs on the client, not MDBs on
which the code itself can be manipulated. aren't you?

if you need more help, just tell me
good luck
Erez

sharontodd wrote:
>I've got the DB ready and am trying to implement security measures. I've set
>the startup options and want to disallow Shift to be pressed on startup. I
>tried the utility posted several times by Albert D. Kallal but I get an error
>message "Object variable or with variable not set" when I run it and click
>disable by pass key.
>
>Any thoughts or another way to achieve this?
>
>THANKS !!!!
>Sharontodd


--
May all beings be happy.

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...dules/200809/1

Reply With Quote
  #3  
Old 09-08-2008, 03:53 AM
Keith Wilby
Guest
 
Default Re: Shift key bypass not working

"ErezM via AccessMonster.com" <u45095@uwe> wrote in message
news:89ce409768585@uwe...
>
> and if you're worried about smart hackers that will set this property to
> True
> from outside your application, then check for it's value on the first form
> to
> open


Anyone can manipulate the AllowBypassKey property unless you set the DDL
flag accordingly so that only an administrator account can change it. Even
then you'd have to have user-level security set up and have a custom admin
account.

To the OP: Albert's utility should work just fine. Do you have full
permissions to the host folder?

Keith.
www.keithwilby.com

Reply With Quote
  #4  
Old 09-11-2008, 11:03 AM
sharontodd
Guest
 
Default Re: Shift key bypass not working

I tried to create a button and placed the following code:

SetProperties "AllowBypassKey", dbBoolean, False

I get a message "Sub or function not defined" for SetProperties.

I tried to make an MDE file but got an error. I checked the list of 16
reasons you may get an error on that but couldn't find a problem. Also, One
of the things I want the user to be able to do is export a report to Excel -
I read you can't export from an MDE file.

This is the first major DB I have developed and I'm learning LOTS of new
stuff. Thanks for your help!

Sharontodd

"ErezM via AccessMonster.com" wrote:

> hi
> what's wrong in creating a property called "AllowBypassKey" and setting it's
> value to False?
> it works perfectly for me.
> and if you're worried about smart hackers that will set this property to True
> from outside your application, then check for it's value on the first form to
> open (or on the most critical form there is), and DoCmd.Quit if you dont like
> the result.
> that is all assumming you are leaving only MDEs on the client, not MDBs on
> which the code itself can be manipulated. aren't you?
>
> if you need more help, just tell me
> good luck
> Erez
>
> sharontodd wrote:
> >I've got the DB ready and am trying to implement security measures. I've set
> >the startup options and want to disallow Shift to be pressed on startup. I
> >tried the utility posted several times by Albert D. Kallal but I get an error
> >message "Object variable or with variable not set" when I run it and click
> >disable by pass key.
> >
> >Any thoughts or another way to achieve this?
> >
> >THANKS !!!!
> >Sharontodd

>
> --
> May all beings be happy.
>
> Message posted via AccessMonster.com
> http://www.accessmonster.com/Uwe/For...dules/200809/1
>
>

Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 02:25 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.