Z
zouzujun
Unregistered / Unconfirmed
GUEST, unregistred user!
b := TfrBandView.Create;
b.SetBounds(0,20,0,1);
b.BandType := btGroupheader;
b.Prop['condition']:='[int([[LINE#]/40])]';
Page.Objects.Add(b);
我用代码生成一个fr报表,上面的代码在我第一遍showreport时没出错,
但,当我把打印预览关了后,再showreport时就出错了.出错的位置在
b.Prop['condition']:='[int([[LINE#]/40])]';
b.SetBounds(0,20,0,1);
b.BandType := btGroupheader;
b.Prop['condition']:='[int([[LINE#]/40])]';
Page.Objects.Add(b);
我用代码生成一个fr报表,上面的代码在我第一遍showreport时没出错,
但,当我把打印预览关了后,再showreport时就出错了.出错的位置在
b.Prop['condition']:='[int([[LINE#]/40])]';