|
![]() |
#1 |
Участник
|
I don't have page break and I can't really get the page number in the middle of printing one field...
What happens is that it starts printing long field, it gets to the end of the page and continues further.. it should continue printing on the next page ,but it leaveds it blank and continues printing on the third one. below is my executesection on the epilog. If I have only one record then my while will be executed only once. public void executeSection() // this is for epilog { MyTable myTable; if (printEpilog) // this is just a global var { While select myTable where myTable.PurchId == purchIdForDoc { strDocTitle = myTable.DocDesc; strDocNotes = myTable.Notes; super(); } } } the debugging of currentY shows a start coordinate. the page size is static. DocNotes set as DynamicHeight on properties.. Any other ideas? |
|
Теги |
отчет, ax3.0, report |
|
|