| Previous Next | Contents |
ps_printers fix from APL2000 to list ALL printers (network printers were being ignored). This only has the printer names, so ps_newform temporarily fixed to show one column only.
nlSkipToPage optional left arg (default=1) does an actual page throw. Set this to 0 if you want to reset the page count, then (say) use nlSwitch. Incidentally nlSwitch now closes any open tables should have done this years ago!
nlt_c2b could be fooled by a 1 1 matrix if column-1 was set to nltKeyStyle=1 so that all (1) column was fixed. Fixed.
nlDefineStyle should just initialise rather than making a default page also.
nltSpread if called multiple times (without an intervening nltEndgrid) with fit-to-page set to 1 it failed after the first call. Fixed.
nltSpread a fitted-to-page table with deep headings could die if it came at the distance from the bottom of the page where the need for a new frame was picked up only at the point where the headings had been formatted. Fixed.