H habbabub Registered User. Local time Today, 10:41 Joined Jan 24, 2008 Messages 73 Mar 3, 2008 #1 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?
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?
M MStef Registered User. Local time Today, 18:41 Joined Oct 28, 2004 Messages 2,251 Mar 3, 2008 #2 I presume your form is a CONTINUOUS forms, change it in a SINGLE form (Default View properties).
Guus2005 AWF VIP Local time Today, 19:41 Joined Jun 26, 2007 Messages 2,642 Mar 3, 2008 #3 MStef said: I presume your form is a CONTINUOUS forms, change it in a SINGLE form (Default View properties). Click to expand... 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.
MStef said: I presume your form is a CONTINUOUS forms, change it in a SINGLE form (Default View properties). Click to expand... 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.
gemma-the-husky Super Moderator Staff member Local time Today, 18:41 Joined Sep 12, 2006 Messages 16,051 Mar 3, 2008 #4 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
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