bgrave
04-27-2007, 08:15 AM
Hello People. I have a problem here and I wondered if any one can help.
I have just created a Db (Access 2003) which is used to display old black & white photos. The Db. is now on a largish Library network, in most cases the Db is ok and it works. The bit that is giving me problems is the mouse wheel, at the moment if the mouse wheel is turned a dialogue appears telling the user that he must exit and come back in, it is a bit of a mess but it is all that I have at the moment.
I have down loaded the Db. A2KMouseWheelHook Ver22 from the Lebens site.
The sample Db. Works on my PC, as I use Access 2003 I converted it to 2002-2003 and it still worked i.e. the mouse wheel did not scroll the records.
I pasted the Functions into a new module and the Function calls into form load & unload there were no compiling issues. Unfortunately I was not able to make the code work in my Db i.e. the mouse wheel still scrolled the records and causes mayhem. In order to see if the Functions were being called I created a break point and scrolled through the code and everything seemed ok, the one curious thing was when the code returned to the form and the selected photos were displayed, on rotating the mouse wheel the records did not scroll until that is when the Next button was clicked then it is back to square 0.
bgrave.:confused:
I have just created a Db (Access 2003) which is used to display old black & white photos. The Db. is now on a largish Library network, in most cases the Db is ok and it works. The bit that is giving me problems is the mouse wheel, at the moment if the mouse wheel is turned a dialogue appears telling the user that he must exit and come back in, it is a bit of a mess but it is all that I have at the moment.
I have down loaded the Db. A2KMouseWheelHook Ver22 from the Lebens site.
The sample Db. Works on my PC, as I use Access 2003 I converted it to 2002-2003 and it still worked i.e. the mouse wheel did not scroll the records.
I pasted the Functions into a new module and the Function calls into form load & unload there were no compiling issues. Unfortunately I was not able to make the code work in my Db i.e. the mouse wheel still scrolled the records and causes mayhem. In order to see if the Functions were being called I created a break point and scrolled through the code and everything seemed ok, the one curious thing was when the code returned to the form and the selected photos were displayed, on rotating the mouse wheel the records did not scroll until that is when the Next button was clicked then it is back to square 0.
bgrave.:confused: