When I use oPrn:SetCopies(2) the printer prints
page 1
page 2
page 1
page 2
Is it possible to force the printer to print
page 1
page 1
page 2
page 2
Thanks in advance,
Birol Betoncu
When I use oPrn:SetCopies(2) the printer prints
page 1
page 2
page 1
page 2
Is it possible to force the printer to print
page 1
page 1
page 2
page 2
Thanks in advance,
Birol Betoncu
 METHOD SetCollate( lOnOff ) INLINE ;       Â
                ( PrnSetCollate( lOnOff ),;
                 ::Rebuild()       )    Â
// in your program, call
SetCollate(.T.) Â // or SetCollate(.F.)Birol,
Thanks for sharing your solution ![]()