At 08:05 AM 11/3/2004 -0600, Sami Aaron wrote:

If what you are trying to do is to create a new page for each new letter,
then set a breakpoint on the Fullname and mark "On Break Change" to start a
new page.  Then place the fields/variables that relate to the fullname (like
the address and "Dear name") in the H1 section.  Place the other information
in the Detail section.

Remember that breakpoints are used to manage the one-to-many relationships -
put the "one" side in the break headers & footers sections and the "many"
side information in the detail section.


Tom,

In addition to Sami's suggestions, take a look at the sample
"CustYellowPages" report in ConComp sample database, based
on Variable Breaks.

Database: ConComp
Report: CustYellowPages
Associated Table: Customer

You may also want to take a look at "Invoice" report based on
four breaks.

Database: ConComp
Report: Invoice
Associated View: ProdAlias
Related Tables: TransMaster,TransDetail,Customer,Employee,Product
Breaks[0]: TransID
Breaks[1]: CustID
Breaks[2]: EmpID
Breaks[3]: DetailNum

Hope that helps!

Very Best R:egards,

Razzak.



Reply via email to