Hello,
I have strange behavior of my Access 97.
When I'm in VBA window behind a form and for example I'm
typing "me" and don't continue with dot for about 3-5
seconds...line turn in red. Same things happening if I'm
typing comments and I'm (cursor) still in the same
line...similar story - line turn in green by itself. What
did I turn on that VBA try to auto-complete line without
my needs?
Anybody can help me?
Thanks in advance,
Alex
david epsom dot com dot au - 17 Jul 2003 01:09 GMT
Possibly a timer event in an open form.
If a timer event fires, it silently takes the
focus, then returns it -- kind of like if you
moved the cursor off the line, then back again.
Close any other open forms, or disable the timer event.
(david)
> Hello,
>
[quoted text clipped - 10 lines]
> Thanks in advance,
> Alex
Grant - 28 Jul 2003 16:52 GMT
Alex,
What I think is occuring is that the VBA editor is checking the
syntax of what you are inputting to make sure the line is valid. Many of the
Microsoft editors are like this. That being said I do not know if there is a
way to turn this off.
Grant
> Hello,
>
[quoted text clipped - 10 lines]
> Thanks in advance,
> Alex