Connecting Tech Pros Worldwide Forums | Help | Site Map

Unable to see form while stepping code (A2003)

Lyn
Guest
 
Posts: n/a
#1: Jun 1 '07
Is there a solution to this problem?

While stepping through code (F8) it would sometimes be helpful to observe
changes occurring on the affected form in the Access window. However, the
current form always seems to be behind all of the open forms (including the
Database window) and only small bits of it are visible -- depending on the
sizes and locations of the various forms on the screen.

Is there a way to ensure that the form being stepped is in front? Or is it
that the form is not updated while stepping and so it doesn't matter if it
is not visible?

Thanks for any advice,
Lyn.

Baz
Guest
 
Posts: n/a
#2: Jun 1 '07

re: Unable to see form while stepping code (A2003)


1. The form IS updated while you are stepping through code
2. You cannot bring the form to the fron while stepping through code
3. You could, before starting debugging, arrange the screen so that the code
window is not obscuring the form.

"Lyn" <l.hancock@iiNet.net.auwrote in message
news:pvn093hjtfq8$.knu7o1plsp28.dlg@40tude.net...
Quote:
Is there a solution to this problem?
>
While stepping through code (F8) it would sometimes be helpful to observe
changes occurring on the affected form in the Access window. However, the
current form always seems to be behind all of the open forms (including
the
Quote:
Database window) and only small bits of it are visible -- depending on the
sizes and locations of the various forms on the screen.
>
Is there a way to ensure that the form being stepped is in front? Or is
it
Quote:
that the form is not updated while stepping and so it doesn't matter if it
is not visible?
>
Thanks for any advice,
Lyn.

hippomedon@googlemail.com
Guest
 
Posts: n/a
#3: Jun 1 '07

re: Unable to see form while stepping code (A2003)


On Jun 1, 10:02 am, "Baz" <b...@REMOVEbcap.THEeuro1net.CAPScomwrote:
Quote:
1. The form IS updated while you are stepping through code
2. You cannot bring the form to the fron while stepping through code
3. You could, before starting debugging, arrange the screen so that the code
window is not obscuring the form.
>
"Lyn" <l.hanc...@iiNet.net.auwrote in message
>
news:pvn093hjtfq8$.knu7o1plsp28.dlg@40tude.net...
>
Quote:
Is there a solution to this problem?
>
Quote:
While stepping through code (F8) it would sometimes be helpful to observe
changes occurring on the affected form in the Access window. However, the
current form always seems to be behind all of the open forms (including
the
Quote:
Database window) and only small bits of it are visible -- depending on the
sizes and locations of the various forms on the screen.
>
Quote:
Is there a way to ensure that the form being stepped is in front? Or is
it
Quote:
that the form is not updated while stepping and so it doesn't matter if it
is not visible?
>
Quote:
Thanks for any advice,
Lyn.
I also recommend dual monitors (if you do not already have dual
monitors). You can display the VBA code window on the second monitor,
helping to free up some space for the form in question (as Baz
explains).

Paul

Lyn
Guest
 
Posts: n/a
#4: Jun 1 '07

re: Unable to see form while stepping code (A2003)


On Fri, 1 Jun 2007 15:02:14 +0100, Baz wrote:
Quote:
1. The form IS updated while you are stepping through code
2. You cannot bring the form to the fron while stepping through code
3. You could, before starting debugging, arrange the screen so that the code
window is not obscuring the form.
>
Thanks, Baz, for confirming that the screen is updated. I have tried
rearranging the forms on screen, but this is difficult due to the size of
some. I just wondered if there were a better way, or if there were a
reason for making things so difficult. But then, we are dealing with MS --
'nuff said!

Lyn.
Lyn
Guest
 
Posts: n/a
#5: Jun 1 '07

re: Unable to see form while stepping code (A2003)


On Fri, 01 Jun 2007 10:59:30 -0700, hippomedon@googlemail.com wrote:

Quote:
I also recommend dual monitors (if you do not already have dual
monitors). You can display the VBA code window on the second monitor,
helping to free up some space for the form in question (as Baz
explains).
>
Paul
Thanks, Paul. I will keep that in mind should I have the opportunity.
(Probably when I get my next computer and have the old monitor spare.)

Lyn.
Baz
Guest
 
Posts: n/a
#6: Jun 2 '07

re: Unable to see form while stepping code (A2003)



<hippomedon@googlemail.comwrote in message
news:1180720770.447545.289650@q75g2000hsh.googlegr oups.com...
Quote:
>
I also recommend dual monitors (if you do not already have dual
monitors). You can display the VBA code window on the second monitor,
helping to free up some space for the form in question (as Baz
explains).
>
Paul
>
I wish I had enough room on my desk :-)


Baz
Guest
 
Posts: n/a
#7: Jun 2 '07

re: Unable to see form while stepping code (A2003)


Yes, it can be tricky if you've designed your form to make use of the whole
screen.

"Lyn" <l.hancock@iiNet.net.auwrote in message
news:14n5vkvqyy9ga.1h1qy7myg8aaq.dlg@40tude.net...
Quote:
On Fri, 1 Jun 2007 15:02:14 +0100, Baz wrote:
>
Quote:
1. The form IS updated while you are stepping through code
2. You cannot bring the form to the fron while stepping through code
3. You could, before starting debugging, arrange the screen so that the
code
Quote:
Quote:
window is not obscuring the form.
>
Thanks, Baz, for confirming that the screen is updated. I have tried
rearranging the forms on screen, but this is difficult due to the size of
some. I just wondered if there were a better way, or if there were a
reason for making things so difficult. But then, we are dealing with
MS --
Quote:
'nuff said!
>
Lyn.

hippomedon@googlemail.com
Guest
 
Posts: n/a
#8: Jun 4 '07

re: Unable to see form while stepping code (A2003)


On Jun 2, 4:06 am, "Baz" <b...@REMOVEbcap.THEeuro1net.CAPScomwrote:
Quote:
<hippome...@googlemail.comwrote in message
>
news:1180720770.447545.289650@q75g2000hsh.googlegr oups.com...
>
>
>
Quote:
I also recommend dual monitors (if you do not already have dual
monitors). You can display the VBA code window on the second monitor,
helping to free up some space for the form in question (as Baz
explains).
>
Quote:
Paul
>
I wish I had enough room on my desk :-)
:-)

Closed Thread