[AccessD] Turn Off Up Down for Entire App

dmcafee at pacbell.net dmcafee at pacbell.net
Thu Mar 10 11:28:07 CST 2005


This is one of few times that it a macro should be used. AutoKeys macro
should be able to take care of this, application wide.

On another note...

Q:Why did the Blond stare at the carton of Orange Juice?
A:Because it said "Concentrate" ;)

Q:Why did the blonde scale the chain-link fence?
A: To see what was on the other side.

Q: Why did the blonde keep a coat hanger in her back seat?
A: In case she locks the keys in her car.

David McAfee

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Nicholson,
Karen
Sent: Thursday, March 10, 2005 6:29 AM
To: accessd at databaseadvisors.com
Subject: [AccessD] Turn Off Up Down for Entire App


Is there a way to apply keypreview=yes and apply turning the [pagedown]
and [pageup] keys (code below) to my entire application as opposed to a
form by form basis?  This is strange.  I created a function to call and
placed =fnTurnOffUpDown() in the event for 'on key up' and 'on key down'
and it does not work with that call.  If I put the code in the event
procedure, however, it does work.  One more day and it is Friday....
What ever happened to the jokes that used to be posted on Friday?

Select Case KeyCode
      Case 33, 34
         KeyCode = 0
End Select
--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list