![]() |
|
||||
Report Table Printing Improved |
|||||
FeatureReport tables now print much faster, and they show exactly the same info as is on the report screen. NOTE-- In Version 3.14 and earlier, report tables would refill the original data when printing, so it wouldn't print in sorted order. Suggested ByThis has been on top of the To Do list for over a year. We finally figured out the best way to make this change. How to UseSimply print as usual. Technical DetailsWe can't just print what you see on the screen directly,
since we need to insert extra rows in the printed table
so it will properly clear page boundaries. But we now
set up a print table and fill it from the data on the
screen, so it will use whatever sorted order you have
in the report. |