Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: horizontal page break


Message #1 by "Vlad VRA09 Rakic" <vrakic@q...> on Thu, 25 Jul 2002 16:29:52 +1000
Hello all,

I know there is a way to put vertical page breaks on a form (Access 97).
Is there a way to put horizontal page breaks ?  I have a form that is wider
than a screen, i would like the user to be able to scroll right, 1 screen
at the time.

Vladimir






*******************Confidentiality and Privilege Notice*******************

This email is intended only to be read or used by the addressee. 
It is confidential and may contain legally privileged information. 
If you are not the addressee indicated in this message (or 
responsible for delivery of the message to such person), you 
may not copy or deliver this message to anyone, and you should 
destroy this message and kindly notify the sender by reply email. 
Confidentiality and legal privilege are not waived or lost by
reason of mistaken delivery to you.

Qantas Airways Limited
ABN 16 009 661 901

Visit Qantas online at http://www.qantas.com.au

Message #2 by "Gregory Serrano" <SerranoG@m...> on Thu, 25 Jul 2002 13:01:44
Vladimir,

<< I know there is a way to put vertical page breaks on a form (Access 97).
Is there a way to put horizontal page breaks ?  I have a form that is wider
than a screen, i would like the user to be able to scroll right, 1 screen
at the time. >>

Hmmm... I don't think you can do a scroll that works "one screen at a 
time."  You can do one of three things, though...

1) Include a horitzonal scroll bar on your form and the user will be able 
to scroll left and right.  It won't be one screen at a time; it'll be 
whatever distance they drag the scroll bar.

2) Split your form into two logical parts and place the controls for each 
part in a tab control.  You'd have one screen, no scrolling, and two tabs 
to click on.

3) Split your form into two logical parts and place the controls for each 
part in their own form, i.e. split your one wide form into two narrow 
forms.

Option 2 is my personal choice.

Greg
Message #3 by "Vlad VRA09 Rakic" <vrakic@q...> on Fri, 26 Jul 2002 09:56:08 +1000
I already have the form split in main data and 3 tabs.  Each tab contains a
subform with various fields.  So, i needed to ensure that the user could
see one of the subforms one screen at the time.  The horizontal scroll bar
is there, but would be nicer if there was a way to scroll left or right on
a push of a button.

I have worked around this problem, by placing a text box heading above each
section.  Then i've placed navigation buttons above those headers.
Pressing a button will set focus to a particular text box / header and
scroll the form to the right or left. Each box is the same colour of the
background and is visible but locked.   It was then just matter of sizing
each section and text box so that it fits 1 screen width at the time.

vlad



*******************Confidentiality and Privilege Notice*******************

This email is intended only to be read or used by the addressee. 
It is confidential and may contain legally privileged information. 
If you are not the addressee indicated in this message (or 
responsible for delivery of the message to such person), you 
may not copy or deliver this message to anyone, and you should 
destroy this message and kindly notify the sender by reply email. 
Confidentiality and legal privilege are not waived or lost by
reason of mistaken delivery to you.

Qantas Airways Limited
ABN 16 009 661 901

Visit Qantas online at http://www.qantas.com.au


  Return to Index