Preventing page break between records belonging to a Part

  • Follow


I have a report (a multiple chocie exam!)  that prints in blocks.  Each
block is made up of records (quesiton options) clustered under a
sub-summary part (the question stems).

Question 1 Stem
   Option A
   Option B
   Option C

Question 2 Stem
   Option A
   Option B
   Option C

Question 3 Stem
   Option A
   Option B
   Option C

What can I do to prevent a page break occuring in the middle of a block
of options.

It is a shame that FMP does not have a part setting that says "don't
allow any all the parts associated with this sub-summary part to break
across page boundaries" :-)

I remember reading some years ago about a trick in which a calculation
field would work out which page certain records had ended up on... thus
allowing an 'on the fly' fix....  but before I try and work that out,
is there a 'regular' way of keeping all the options and the stem of
their question together on the same page?

0
Reply gareth (1) 12/19/2005 11:55:24 PM

You could use portals.

Each question would be a "body" part, and the options could be "related 
records."

This way, you can specify that the body part not break across page 
boundaries.

- Bill

"Gareth" <gareth@usyd.edu.au> wrote in message 
news:1135036524.770368.128280@g14g2000cwa.googlegroups.com...
>I have a report (a multiple chocie exam!)  that prints in blocks.  Each
> block is made up of records (quesiton options) clustered under a
> sub-summary part (the question stems).
>
> Question 1 Stem
>   Option A
>   Option B
>   Option C
>
> Question 2 Stem
>   Option A
>   Option B
>   Option C
>
> Question 3 Stem
>   Option A
>   Option B
>   Option C
>
> What can I do to prevent a page break occuring in the middle of a block
> of options.
>
> It is a shame that FMP does not have a part setting that says "don't
> allow any all the parts associated with this sub-summary part to break
> across page boundaries" :-)
>
> I remember reading some years ago about a trick in which a calculation
> field would work out which page certain records had ended up on... thus
> allowing an 'on the fly' fix....  but before I try and work that out,
> is there a 'regular' way of keeping all the options and the stem of
> their question together on the same page?
> 


0
Reply Bill 12/20/2005 12:20:58 AM


Nice idea, Bill.

The problem is that each Option can be of variable length... and
portals probably won't neatly accomodate fields of variable size.

Your approach gave me the idea to make a concantenation of all the
options to make a single field... but then I'd lose any special
formatting in the individual options.

What a shame FMP can't just not split 'grouped' records...  a brief
flick through of the forums indicates that lots of peolple seem to have
this problem :-(

- Gareth

0
Reply Gareth 12/20/2005 3:13:33 AM

2 Replies
220 Views

(page loaded in 0.06 seconds)

5/24/2013 9:18:02 PM


Reply: