Disabling navigation bar

habbabub

Registered User.
Local time
Today, 04:57
Joined
Jan 24, 2008
Messages
73
How can i disable the naviation i get on my form?
i have a form to add new records, if i accidently scroll the mouse i get previous records shown in the feild, so is it possible to disable the function?
 
I presume your form is a CONTINUOUS forms, change it in a SINGLE form (Default View properties).
 
I presume your form is a CONTINUOUS forms, change it in a SINGLE form (Default View properties).

That is not enough. Using tab it still gives you the next record.

Use an unbound form to Add records to your database.
Or better IMHO: Always use unbound forms.
 
you can set a form property to current record, instead of all records, but im not sure this stops the mouse wheel

perhaps theres an api setting to disable the mouse wheel
 

Users who are viewing this thread

Back
Top Bottom