Home End User

Lines in Print

edited April 2003 in End User
hi,
I have created lines on my detail and summary band at the runtime and when
I try to preview the report they show up fine but when I try to print the
same report these line were not printed.
I am sending you my sample code. Please help.. RB6.01 with Delphi 4.0.

function TfrmQueryWizard.CreateLineControls(awidth, aTop, aleft: integer;
lBand: tppband): tppLine;
begin
Result := TppLine(ppComponentCreate(FReport, tppLine));
Result.Band := lBand;
Result.Style := lsSingle;
Result.spWidth := aWidth;
Result.spTop := aTop;
Result.spLeft := aLeft;
end;

My questions is I can preview it fine but those line where not printed.
Is there any properties I am missing here to set .

Thanks
regards,
-Bhoj

Comments

This discussion has been closed.