Hi,

I have a form that only permits fill in text into form fields scattered over
10 pages...yet when I tab to a new form field, it bings me to the field at
the bottom of the screen so I then manually have to scroll down to move the
screen up to make it easier to see the text that I am typing.

Is there a way to program the screen to scroll up when I tab to certain
fields so the field will automatically appear at the top or top middle area
of the screen?

Thank you !

Craig Brody

Re: Shifting the screen up after tabbing from a form field by fumei

fumei
Wed Apr 02 12:41:15 PDT 2008

One possibility could be scrolling via a OnEntrry macro for the formfields.

Sub MoveMe()
ActiveDocument.ActiveWindow.SmallScroll Down:=7
End Sub

would scroll down - and thus move the formfield UP - 7 lines.

Put in as the OnEntry macro, when you tab into the formfield, it scrolls 7
lines.

Craig wrote:
>Hi,
>
>I have a form that only permits fill in text into form fields scattered over
>10 pages...yet when I tab to a new form field, it bings me to the field at
>the bottom of the screen so I then manually have to scroll down to move the
>screen up to make it easier to see the text that I am typing.
>
>Is there a way to program the screen to scroll up when I tab to certain
>fields so the field will automatically appear at the top or top middle area
>of the screen?
>
>Thank you !
>
>Craig Brody

--
Message posted via http://www.officekb.com