Missing method oPrn:GetCopies()

Post Reply
Davide
Posts: 190
Joined: Tue Mar 14, 2006 1:59 am
Location: Italy

Missing method oPrn:GetCopies()

Post by Davide »

In Printer.prg, please add:

Code: Select all

METHOD GetCopies() INLINE  PrnGetCopies()
anyway, I've seen it works only if you've previously performed a oPrn:SetCopies(), while, by setting up the copies by the FROM USER clause, it always returns 1 (and I always obtain a single sheet printed)
Any clue ?
Thanks
Davide
FWH 7.09 - xH 0.99.71
Post Reply