Re: Print jobs get out of order between workstation and printer

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Andrew Howell (ajh_at_work)
Date: 12/08/04


Date: Wed, 8 Dec 2004 10:29:57 -0000

Gene Wirchenko wrote:
> I do not use REPORT, but I thought there would be an option for
> the number of copies to print. If there is, use this, and presumably,
> you will have only two print jobs. There is still no guarantee, but
> it is far more likely they will print in the desired order.

That sounds good, I think there is a system variable you can set to
programmatically set the number of copies, something like _PCOPIES or
similar. Using FPW2.6 I can't do that but I just throw the print dialogue
and get the user to enter the number of copies manually.

Your application is printing 1, 1, 1, 2, 2, 2, ..., x, x, x - that is
usually what you would get with more than one copy. Usually it is preferable
to sequence 1, 2, ..., x, 1, 2, ..., x, 1, 2, ..., x which we found requires
a printer with collating capability (which aren't hard to find, they are
just more expensive because they usually have a hard drive in to take the
whole print job before interleaving the pages and then running off however
many copies.)

But my understanding of printer spooling* is that it IS a queue [ie FIFO by
definition.] Maybe that changed since our (NT4) servers but if that is still
the case then it somehow means your app is finishing rendering of the report
pages and submitting them in a non sequential order.

* I may well stand corrected in this understanding by the end of the day :-)

--
HTH
Andrew Howell


Relevant Pages

  • Re: Limit number of pages in report
    ... I have set a page break before each group heading ... pages for printing that are the first page of each job. ... print jobs. ... I suppose I could print the entire report and throw away all the unwanted ...
    (microsoft.public.access.reports)
  • Re: Printing Saved Files
    ... right away but spool the print jobs to print them later. ... had to do was print the report to a file and then when I'm ready to print ... I even tried the command ... >>> COPY FILE final.txt TO PRN ...
    (microsoft.public.fox.vfp.reports.printing)
  • Re: Print Margins/Page Size Shifts
    ... > I used Access 2000 to develop an envelope form that I then put on two other ... > declarations section of the Form (or the Report). ... > I developed another report that uses settings for the offset at the top of ... > run the report...Isn't there a way to programmatically set the margins? ...
    (microsoft.public.access.reports)
  • Re: Limit number of pages in report
    ... There is no straightforward way of telling the Report engine that you ... source query so that it only reports tasks to be started within the ... >pages for printing that are the first page of each job. ... >print jobs. ...
    (microsoft.public.access.reports)
  • Print Margins/Page Size Shifts
    ... X 11 and not on the A10. ... "types"...Every time I tried to use type in a "Form" to start the report .. ... I developed another report that uses settings for the offset at the top of ... run the report...Isn't there a way to programmatically set the margins? ...
    (microsoft.public.access.reports)