New Page
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
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
This discussion has been closed.
Comments
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