Hi I am trying to create a kind of form report, where each record in the table starts a new page in the RB report. Could you pleae tell me how to do this. Thanks John Stevenson
This could be done fairly easily by adding a group based on the master key of your report, then setting the group to start a new page after it breaks. This way each record will get its own group which will in turn start a new page. The Start New Page option is located in the Groups Dialog.
I had been trying to work it out from the dm0061 unit in the example demo that comes with RB. That report does it, but it does not appear to use any groups. Just off the top of your head, and for my learning, do you know how it does it?
Thanks John Stevenson
On Wed, 20 Oct 2004 08:15:20 -0600, Nico Cizik (Digital Metaphors)
Comments
This could be done fairly easily by adding a group based on the master key
of your report, then setting the group to start a new page after it breaks.
This way each record will get its own group which will in turn start a new
page. The Start New Page option is located in the Groups Dialog.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Yes that works ... thank you.
I had been trying to work it out from the dm0061 unit in the example demo
that comes with RB.
That report does it, but it does not appear to use any groups.
Just off the top of your head, and for my learning, do you know how it
does it?
Thanks
John Stevenson
On Wed, 20 Oct 2004 08:15:20 -0600, Nico Cizik (Digital Metaphors)
If you look at the layout of the subreport inside demo 61, you will see that
it is grouped on the CustNo field with the New Page property set to True.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com