Search found 3 matches
- Fri Feb 11, 2011 6:46 am
- Forum: Xbase++ Support
- Topic: Printing, switching paperbins
- Replies: 5
- Views: 12164
Re: Printing, switching paperbins
Hi Jimmy! #Define in c:\ALASKA\XPPW32\Include\xbpdev.ch must not "match" your Printer. Yes, i know. Windows chaos, as usual! :mrgreen: Since we do not need that very often i have a support function in our software that alerts the paperBins()-data for any choosable printer. The supporter than feeds b...
- Fri Feb 11, 2011 6:39 am
- Forum: Xbase++ Support
- Topic: Printing, switching paperbins
- Replies: 5
- Views: 12164
Re: Printing, switching paperbins
Hi Roger! Before calling :setPaperBin() you must first call :endPage(), then after calling :setPaperBin() to must call :startPage(). Yeah, that did the trick! Thank you for fast and excellent support, as usual! Since the exact sequence of print methods is of critical importance, i would like to pres...
- Thu Feb 10, 2011 10:29 am
- Forum: Xbase++ Support
- Topic: Printing, switching paperbins
- Replies: 5
- Views: 12164
Printing, switching paperbins
Hi all! I need to switch paperbins when printing copies. The logic is as follows: The first copy shall go to bin 1, all following copies shall go to bin 2. I tried to implement this in tdcprv3:PrintSeg in the for k=1 to ::numCopies-loop. But the printer does not react at all to my setPaperBin (nBin)...