时
时报平
Unregistered / Unconfirmed
GUEST, unregistred user!
1、
我使用Quickrep做报表,设定paper size时,我在report settings 中设定了custom,定义
了width,length,但是打印出来时,不是按照我的定义的长度、宽度打印出来的。当我将
paper size设定为A3时,能按照A3的标准打出。 将custom中的width,length定义为A3的
width,length时,就不行!
不知为何?
(以上是在属性页和 report settings上设定的)
2、
当我在代码中写:
form_dwpj_printer.QuickRep1.Page.PaperSize:= Custom ;
form_dwpj_printer.QuickRep1.Page.Length:=200;
//改变长度
form_dwpj_printer.QuickRep1.Page.Width:=290;
报错:undeclare identifier :'Custom'
我在uses中添加QuickRep
报错:“File not found QuickRep.dcu”。
why??
我使用Quickrep做报表,设定paper size时,我在report settings 中设定了custom,定义
了width,length,但是打印出来时,不是按照我的定义的长度、宽度打印出来的。当我将
paper size设定为A3时,能按照A3的标准打出。 将custom中的width,length定义为A3的
width,length时,就不行!
不知为何?
(以上是在属性页和 report settings上设定的)
2、
当我在代码中写:
form_dwpj_printer.QuickRep1.Page.PaperSize:= Custom ;
form_dwpj_printer.QuickRep1.Page.Length:=200;
//改变长度
form_dwpj_printer.QuickRep1.Page.Width:=290;
报错:undeclare identifier :'Custom'
我在uses中添加QuickRep
报错:“File not found QuickRep.dcu”。
why??