Avoid Touchpad Scroll

  • Thread starter José Francisco Ruiz Martínez
  • Start date
R

Ron Weiner

Have you tried to set the following properties of the form?

DefaultView = Single Form
AllowEdits = Yes
AllowDeletions = No
AllowAdditions = No
RecordSelectors = No
NavigationButtons = No
DividingLines = No
Cycle = CurrentRecord

These settings allow the user the edit the current record period! You will
have to come up with another way to add new and delete existing records.

Typically I do this with what I call a "Lookup" form for the data edit form.
The Lookup form will typically have a Text box for search params, a List box
with all of the records that match the criteria entered in the Text box, and
a Few buttons, Search, Add New, Delete, and Edit. Using this methodology I
have given users an easy way to find the data they want to work with, and
avoided having to use any of the anti-mouse scroll inhibitor thingies.

Ron W
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top