Y
ymf
Unregistered / Unconfirmed
GUEST, unregistred user!
我做了两个报表,第一次打印预览时正常,第二次时出错,现在分别将两个报表的程序贴出来:
第一个报表:
adoquery1.Open;
QuickRep1.Prepare;
CountPage:=QuickRep1.QRPrinter.PageCount;
QRLabel7.Caption:='总页数:'+inttostr(CountPage);
QuickRep1.Preview;//第二次进行到这里时出错 出错信息: Canvasdo
es not allow drawing
第二个报表:
adoquery1.Open;
QuickRep1.Prepare;//这二次进行到这里出错 出错信息:Out Of system resources
CountPage:=QuickRep1.QRPrinter.PageCount;
QRLabel7.Caption:='总页数:'+inttostr(CountPage);
QuickRep1.Preview;
Delph6+QuickReport3.6
第一个报表:
adoquery1.Open;
QuickRep1.Prepare;
CountPage:=QuickRep1.QRPrinter.PageCount;
QRLabel7.Caption:='总页数:'+inttostr(CountPage);
QuickRep1.Preview;//第二次进行到这里时出错 出错信息: Canvasdo
es not allow drawing
第二个报表:
adoquery1.Open;
QuickRep1.Prepare;//这二次进行到这里出错 出错信息:Out Of system resources
CountPage:=QuickRep1.QRPrinter.PageCount;
QRLabel7.Caption:='总页数:'+inttostr(CountPage);
QuickRep1.Preview;
Delph6+QuickReport3.6