Modificare il file:
\Buoni-spesa-OLD\include\titolare_models.asp
this.Header=function Header() { this.SetFont('Arial','B',15); this.Cell(80); this.Cell(30,10,'Title',1,0,'C'); this.Ln(20); } this.AcceptPageBreak = function AcceptPageBreak() { if(this.y0+this.rowheight>this.PageBreakTrigger) return true; var x; x=this.leftmargin; if(this.maxheight<this.PageBreakTrigger-this.y0) this.maxheight=this.PageBreakTrigger-this.y0; this.Rect(x,this.y0,this.colwidth["titolare"],this.maxheight); x+=this.colwidth["titolare"]; this.maxheight = this.rowheight; // draw frame return true; } this.Header=function Header() { this.SetFillColor(192); this.SetX(this.leftmargin); this.Cell(this.colwidth["titolare"],this.rowheight,"titolare",1,0,'C',1); this.Ln(this.rowheight); this.y0=this.GetY(); } this.GetColWidth = function GetColWidth(name) { return this.colwidth[name]; } this.leftmargin=5; pagewidth=200; pageheight=290; this.rowheight=5; defwidth=pagewidth/1; this.colwidth=new Array(); this.colwidth["titolare"]=defwidth;
[
Íàçàä
]