一个关于Fastreport的问题。(40分)

  • 主题发起人 主题发起人 Flintstone
  • 开始时间 开始时间
F

Flintstone

Unregistered / Unconfirmed
GUEST, unregistred user!
请问Fastreport的高手,怎么才能用Fastreport直接打印,不要通过preview手工打印。
 
procedure PrintPreparedReport(PageNumbers: String;
Copies: Integer);
 
to liqunxin
你这个过程的参数不对的。
 
真的就没有人能救救我吗?
 
procedure PrintPreparedReport(PageNumbers: string;
Copies: Integer;
Collate: Boolean;
PrintPages: TfrPrintPages);
//起止页,复制份数,逐分打印,(全部、奇数页、偶数页)
 
还是不行啊,运行的时候说什么listbox过界了。大侠们快帮帮我啊,我可以在加40分。
 
我愿意在加60分。
 
总共150分,请教这个问题。
 
Q: How to print report without preview?
A: Here is the code:
frReport1.PrepareReport;
frReport1.PrintPreparedReport('', 1, True, frAll);
or
frReport1.PrintPreparedReportDlg;
 
接受答案了.
 
后退
顶部