浮
浮城
Unregistered / Unconfirmed
GUEST, unregistred user!
我用手动画报表,一页画完之后,怎样画到下一页去??????
用程序实现。
帮帮我!!!!!
画法如下例:
procedure Tqrpt_quanbu.beforepreview;
//自定义
var
i:integer;
atop:integer;
aLabel:TQRLabel;
aLine:TQRShape;
begin
atop:=50;
i:=1;
for i:=1 to 600do
begin
aLine:= TQRShape.Create(qrpt_quanbu);
aLine.Parent := TitleBand1;
with aLinedo
begin
aLine.Left:=0;
aLine.Top:=atop+20;
aLine.Width:=718;
aLine.Height:=1;
aLine.Frame.Color:=clBlack;
end;
end;
end;
用程序实现。
帮帮我!!!!!
画法如下例:
procedure Tqrpt_quanbu.beforepreview;
//自定义
var
i:integer;
atop:integer;
aLabel:TQRLabel;
aLine:TQRShape;
begin
atop:=50;
i:=1;
for i:=1 to 600do
begin
aLine:= TQRShape.Create(qrpt_quanbu);
aLine.Parent := TitleBand1;
with aLinedo
begin
aLine.Left:=0;
aLine.Top:=atop+20;
aLine.Width:=718;
aLine.Height:=1;
aLine.Frame.Color:=clBlack;
end;
end;
end;