Fastreport3.03打印条码的问题? ( 积分: 50 )

  • 主题发起人 主题发起人 houtor
  • 开始时间 开始时间
H

houtor

Unregistered / Unconfirmed
GUEST, unregistred user!
在Fastreport的page上放一个codebar控件,如何在程序动态发送一个值作为该条码的显示值.
 
procedure TForm1.frxReport1BeforePrint(
Sender: TfrxReportComponent);
begin
TfrxBarCodeView(frxReport1.FindObject('BarCode1')).text:=trim(mcodebar1.Text);
end;
 
后退
顶部