Hi,

I need to generate a report with subtitles and details as table
rows. Each subtitle row may be followed by many detail rows,
which may span multiple pages. But we want to add the same
subtitle on the beginning of the following pages with some
additional text as "Continue..." or even relative page number.

Can someone give me some advice on how to implement this kind of
report?

For example, suppose we have two mutual funds, and each with
many stock/bonds. then the report pages would look like:

Page 1:
    Equity Fund
       stock 1.1 | price | number_of_shares | total_amount
       stock 1.2 | price | number_of_shares | total_amount
       ......
       stock 1.n | price | number_of_shares | total_amount
Page 2:
    Equity Fund Continue... Page 2
       stock 2.1 | price | number_of_shares | total_amount
       stock 2.2 | price | number_of_shares | total_amount
       ......
       stock 2.n | price | number_of_shares | total_amount
Page 3:
    Equity Fund Continue... Page 3
       stock 3.1 | price | number_of_shares | total_amount
       stock 3.2 | price | number_of_shares | total_amount
       ......
       stock 3.m | price | number_of_shares | total_amount
    
    Fixed Income Fund
       bond 1.1 | Price | Yield | total_amount
       ...
       bond 1.n | Price | Yield | total_amount

Page 4:
   Fixed Income Fund Continue... Page 2
       bond 2.1 | Price | Yield | total_amount
       ...
       bond 2.n | Price | Yield | total_amount

Page 5:
   Fixed Income Fund Continue... Page 3
       bond 3.1 | Price | Yield | total_amount
       ...
       bond 3.n | Price | Yield | total_amount


Thanks a lot.

Jay


________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to