473,395 Members | 1,919 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Access 2003 while viewing code doesn't scroll

Does anyone have any idea why Access's module editor doesn't scroll with the
mouse. I noticed this behavor in Access 2k also. While viewing code in a
module (or any thing for that matter) the wheel mouse does not scroll the
window.

Scott
Nov 13 '05 #1
12 4206
Scott, what type of mouse and driver version are you using? I had the
same problem with my Logitech Cordless Mouseman Optical until I went
back to an older driver.

I also have a Cordless Logitech mouse on my notebook (different model
than that mentioned above) which I can't get to scroll in the code
window. I don't use the notebook much for development work, so I
begrudgingly live with the problem.

Regards.

Nov 13 '05 #2
Scott Simonson wrote:
Does anyone have any idea why Access's module editor doesn't scroll with the
mouse. I noticed this behavor in Access 2k also. While viewing code in a
module (or any thing for that matter) the wheel mouse does not scroll the
window.


If Microsoft (or compatible) mouse, try the Intellipoint software,
version 4 works with VB/VBA windows, version 5 doesn't (or at least
didn't last time I tried).

--
This sig left intentionally blank
Nov 13 '05 #3
That's exactly what I am using, a Logitech cordless. I didn't install any
drivers and let windows determine the best drivers. What specific driver did
you use to resolve this issue?

Thanks,

Scott

<cq*******@volcanomail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...
Scott, what type of mouse and driver version are you using? I had the
same problem with my Logitech Cordless Mouseman Optical until I went
back to an older driver.

I also have a Cordless Logitech mouse on my notebook (different model
than that mentioned above) which I can't get to scroll in the code
window. I don't use the notebook much for development work, so I
begrudgingly live with the problem.

Regards.

Nov 13 '05 #4
Br
Trevor Best wrote:
Scott Simonson wrote:
Does anyone have any idea why Access's module editor doesn't scroll
with the mouse. I noticed this behavor in Access 2k also. While
viewing code in a module (or any thing for that matter) the wheel
mouse does not scroll the window.
If Microsoft (or compatible) mouse, try the Intellipoint software,
version 4 works with VB/VBA windows, version 5 doesn't (or at least
didn't last time I tried).


Version 5.0 and 5.2 don't appear to work in the A97, 2000, 2003 VBA
window.

Version 4.12 works fine but doesn't list my new Wireless Intellimouse
Explorer 2.0 mouse and doesn't support the horizontal scrolling :(
Hmmm... which is more important? Probably being able to scroll in the
VBA window.

Bradley

Nov 13 '05 #5
Scott Simonson wrote:
Does anyone have any idea why Access's module editor
doesn't scroll
with the mouse. I noticed this behavor in Access 2k also.
While
viewing code in a module (or any thing for that matter)
the wheel
mouse does not scroll the window.

Scott


Try FreeWheel, works a treat...

http://www.geocities.com/SiliconVall...freewheel.html

--
Nick Coe (UK)
AccHelp v1.01 Access Application Help File Builder
http://www.alphacos.co.uk/
Download Free Copy
----
Nov 13 '05 #6
Br@dley wrote:
Version 4.12 works fine but doesn't list my new Wireless Intellimouse
Explorer 2.0 mouse and doesn't support the horizontal scrolling :(
Hmmm... which is more important? Probably being able to scroll in the
VBA window.


You don't need horizontal scrolling, use "_" to split lines :-)

--
This sig left intentionally blank
Nov 13 '05 #7
Br
Trevor Best wrote:
Br@dley wrote:
Version 4.12 works fine but doesn't list my new Wireless Intellimouse
Explorer 2.0 mouse and doesn't support the horizontal scrolling :(
Hmmm... which is more important? Probably being able to scroll in the
VBA window.
You don't need horizontal scrolling, use "_" to split lines :-)


Yep I do that (Am using a widescreen laptop too.. so lots of room).

The problem I found is my other mouse buttons don't work because the old
drivers don't support my new mouse. I use the wheel button as
double-click all the time.

Bradley
Nov 13 '05 #8
Br
Trevor Best wrote:
Br@dley wrote:
Version 4.12 works fine but doesn't list my new Wireless Intellimouse
Explorer 2.0 mouse and doesn't support the horizontal scrolling :(
Hmmm... which is more important? Probably being able to scroll in the
VBA window.
You don't need horizontal scrolling, use "_" to split lines :-)


Yep I do that (Am using a widescreen laptop too.. so lots of room).

The problem I found is my other mouse buttons don't work because the old
drivers don't support my new mouse. I use the wheel button as
double-click all the time.

Bradley
Nov 13 '05 #9
I contacted Logitech customer service and they gave me the canned response.
"There is no known issue with Logitech products with Access". I thought I
just told them. ;-)

Scott

"Scott Simonson" wrote in message
news:rj*******************@twister.rdc-kc.rr.com...
Does anyone have any idea why Access's module editor doesn't scroll with
the mouse. I noticed this behavor in Access 2k also. While viewing code in
a module (or any thing for that matter) the wheel mouse does not scroll
the window.

Scott

Nov 13 '05 #10
RE/
I contacted Logitech customer service and they gave me the canned response.
"There is no known issue with Logitech products with Access". I thought I
just told them. ;-)


LogiTech's MX-1000 mouse cause Forte's Agent to abend when the horizontal scroll
is invoked. LogiTech, of course, is totally opaque to any report of same.

In a similar vein, when I was still naieve enought to call Earthlink's support
lines, I got really tired of hearing "There are no problems with the Earthlink
system..."... At least they could have said "....no *currently-known*
problems....".
--
PeteCresswell
Nov 13 '05 #11
On Tue, 07 Dec 2004 03:19:51 GMT, "Scott Simonson"
<sc***********@wi.rr.com> wrote:
Does anyone have any idea why Access's module editor doesn't scroll with the
mouse. I noticed this behavor in Access 2k also. While viewing code in a
module (or any thing for that matter) the wheel mouse does not scroll the
window.

Scott


I use the scrollwheel fix from
http://www.joebott.com/vb6scrollwheel.htm
I was directed to this utility by Microsoft Support who could not
solve the problem. It works a treat!

It restores scolling in the VBE in A2K and above.
It does not work for A97 ;-(

From their site:-
How It Works:

Using Spy++, I found that the code windows were getting
WM_MOUSEWHEEL events, but no WM_VSCROLL messages were being fired. So,
I wrote a simple message hook that fires the scrolling events when it
catches mouse wheel events.

I know from Spy++ that the code window's class is "VbaWindow", so
I can use that to make sure that I only process those events. I just
use the GetClassName function on each message's HWND, and ignore
anything from anything but the VB6 code window.

Then, I just need to send WM_VSCROLL messages to the window. But
since the window's scrollbars have their own HWND, I need to find
those first. So, I use the FindWindow function to find child windows
with the class name "ScrollBar". If I find one, then I use
GetWindowLong to retrieve the window's style. If the style has the
SBS_VERT bit set, then I know I have the correct scrollbar. And that's
it in a nutshell!
Wayne Gillespie
Gosford NSW Australia
Nov 13 '05 #12
Br
Wayne Gillespie wrote:
On Tue, 07 Dec 2004 03:19:51 GMT, "Scott Simonson"
<sc***********@wi.rr.com> wrote:
Does anyone have any idea why Access's module editor doesn't scroll
with the mouse. I noticed this behavor in Access 2k also. While
viewing code in a module (or any thing for that matter) the wheel
mouse does not scroll the window.

Scott


I use the scrollwheel fix from
http://www.joebott.com/vb6scrollwheel.htm
I was directed to this utility by Microsoft Support who could not
solve the problem. It works a treat!

It restores scolling in the VBE in A2K and above.
It does not work for A97 ;-(


Nice! Fixed the horizontal scroll too!

Bradley
Nov 13 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

28
by: Neil Ginsberg | last post by:
I have a client who is using Access 2002/2000 (the database itself is written in 2000), and is considering migrating to Access 2003. Any recommendations on whether Access 2003 is worth the migrate,...
6
by: fumanchu | last post by:
I've got to let end users (really just one person) load billing batch files into a third party app table. They need to specify the billing cycle name, the batch name, and the input file name and...
52
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server...
3
by: Ashhad Syed | last post by:
I have turned on smartnavigation=True for some of the forms in my .NET application. It seemed to be working fine on Windows 2000 SP4, which also has VS 2003 installted, but when I moved the...
0
by: kmeezy | last post by:
Hi all, As a learning project I would like to recreate a project that I made in MS Access within ASP.NET. Could someone help by commenting on the correctness of my statements below and also by...
12
bartonc
by: bartonc | last post by:
Here's something cool that I just discovered (on IE7, I wonder about the others): I was viewing a long code block with some really long lines in it. Since the horizontal scroll bar was WAY of my...
1
by: shayvillere | last post by:
I have a corrupt record that disappears after a compact, but reappears several days later. This is on a widely distributed Access 2003 application that is used by about 100 users. The database...
5
by: Arch | last post by:
This question is so dumb that I'm embarrassed to ask it, but I've searched and googled and can't find the answer. I am making the switch from Access 2000 to Access 2003. In A2K3, the font is so...
5
by: sphinney | last post by:
Basic question: Does anyone know how to go about adding a control to an Access 2007 form that will allow viewing a Word 2007 document? Reason for asking: My office is about to receive 100+/-...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.