Johny
Registered User.
- Local time
- Today, 15:41
- Joined
- Jun 1, 2004
- Messages
- 80
hey,
I want to disable the use of mousescroll so users can't scroll through the records. Why I want to do this ya may ask:
Well, I use a listbox to display all the orders, when a user clicks an order, the details of that order are displayed.
The listbox has the same recordsource as my form, when an order is selected i set the bookmark of the form = bookmark of the listbox.
But the problem is that the user can still scroll though the other records
I want to use this method instead of just showing text that I fetch from the database when clicking an order, because I want to update some fields without clicking on the SAVE button.
Any ideas on this?
greetz,
Johny
I want to disable the use of mousescroll so users can't scroll through the records. Why I want to do this ya may ask:
Well, I use a listbox to display all the orders, when a user clicks an order, the details of that order are displayed.
The listbox has the same recordsource as my form, when an order is selected i set the bookmark of the form = bookmark of the listbox.
But the problem is that the user can still scroll though the other records

I want to use this method instead of just showing text that I fetch from the database when clicking an order, because I want to update some fields without clicking on the SAVE button.
Any ideas on this?
greetz,
Johny