In R5, if you issued a command like:
uidoc.print 1,2,0
The print engine would print the current document starting on page two and going to the end. If there wasn’t a page two, it would just print a blank page. No problem.
In 6.5, if you issue the same command, it now throws an error, even if you put “on error resume next” it still throws an error into the user’s face.
From my experience in 6.5, Lotus has made it much more difficult to programmatically use printers. So, unless I am missing something, there appears to be no way to determine the number of output pages –BEFORE– calling the uidoc.print, which means having this annoying error message.
Does anyone know of any way to either supress the message or get the page count (from the printer’s perspective)?