Board index » delphi » Printing multiple copies - how???

Printing multiple copies - how???

Delphi 1.0
Windows 3.1

Hello all,
  I'm having a problem. I want to be able to place a value in an INI
file for the number of copies to be printed and then use it an a "for"
loop (or whatever is suitable) or print that number of copies. Problem
is, whn I place this loop around the print code, I get a message
"Printing in Progress" and it stops. Anyone know how to get around
this.

Thanks.

Cheers,
Damien

By the way,  each thing being printed is only 1 page (a billing
report). Don't know if that makes a difference in any way whatsoever
but anyway...

========================================================
Are you a shareware programmer? E-mail me for info on
something I'm writing to make your life a lot easier!!!
=== "http://204.101.50.93/students/damien/dmhome.htm" ===

 

Re:Printing multiple copies - how???


I think you can set the number of copies in the printer variable. I am not
sure of this.

Johan Kotze

Quote
> dmsm...@voyager.newcomm.net (Damien Smith) wrote in article

<31bcb9d...@endeavor.newcomm.net>...
Quote
> Delphi 1.0
> Windows 3.1

> Hello all,
>   I'm having a problem. I want to be able to place a value in an INI
> file for the number of copies to be printed and then use it an a "for"
> loop (or whatever is suitable) or print that number of copies. Problem
> is, whn I place this loop around the print code, I get a message
> "Printing in Progress" and it stops. Anyone know how to get around
> this.

> Thanks.

> Cheers,
> Damien

> By the way,  each thing being printed is only 1 page (a billing
> report). Don't know if that makes a difference in any way whatsoever
> but anyway...

> ========================================================
> Are you a shareware programmer? E-mail me for info on
> something I'm writing to make your life a lot easier!!!
> === "http://204.101.50.93/students/damien/dmhome.htm" ===

Other Threads