Problem Printing Multiple Cards on Tractor-Feed CardsLast reviewed: November 30, 1994Article ID: Q40025 |
The information in this article applies to:
SUMMARYWhen Cardfile prints cards, it calculates the number of cards per page based on the physical height of the printer page and the print height of the card plus the character print height, using the following formula:
Cards per page = Physical height / (card print height + character print height)After Cardfile has printed this number of cards, it sends a formfeed to the printer using the following function:
Escape(hDC,NEWFRAME,0,(LPSTR)0,(LPSTR)0) MORE INFORMATIONIf you are using 2 1/6-inch by 4-inch continuous-form cards, the formfeed doesn't terminate on the upper edge of a card. It terminates at a location that corresponds to the page height asspecified in the printer driver. None of the current printer drivers supplied with Windows has a page height that is appropriate for use with the continuous-form cards.
|
KBCategory: kbprint kbtool kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |