Home RAP
New Blog Posts: Merging Reports - Part 1 and Part 2

New Page

edited September 2004 in RAP
Hello

I would like to display information in new page. The data is defined in
detail band with a label.
When a LabelPageBreak_58Delimiter is present, I would like that the
information below this delimiter gone in another page.

I write 'on print':
if (LabelPageBreak_58Delimiter.visible) then

begin


LabelPageBreak_58Delimiter.Caption := '';

Title.NewPage := true;

Detail.Height := 1;

end

else

begin

Title.NewPage := false;

end;

But I have incorrect result.
Could you help me? Thanks
R?gine

Comments

  • edited September 2004

    Here is an example that you can download...

    www.digital-metaphors.com/tips/ForceBreakBasedOnDataValueRAP.zip

    --

    Nard Moseley
    Digital Metaphors Corporation
    www.digital-metaphors.com



    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.