Problem Printing Multiple Cards on Tractor-Feed Cards (40025)



The information in this article applies to:

  • Microsoft Windows 2.03
  • Microsoft Windows 2.1
  • Microsoft Windows 2.11
  • Microsoft Windows 3.0
  • Microsoft Windows 3.0a
  • Microsoft Windows 3.1
  • Microsoft Windows 3.11

This article was previously published under Q40025

SUMMARY

When 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 INFORMATION

If 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.

Modification Type:MinorLast Reviewed:7/7/2005
Keywords:KB40025