FastReport如實作列印固定行數,不足補打空白行
uj5u.com熱心網友回復:
建議提問前可先搜索一下,也許就有你要的答案。http://bbs.csdn.net/topics/390366116
uj5u.com熱心網友回復:
增加兩個主項資料,一個為master1,一個master2,master1連接資料庫,取出資料條數,var a:integer;
begin
a:=recordcount mod 40
if a=0 then
begin
master2.visible:=false;
end
else begin
master2.visible:=true;
master2.rowcount:=40-a;
end;
end;
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/118764.html
標籤:數據庫相關
