PRB: ?/?? Output Not Using the Specified Printer DriverID: Q109852 The information in this article applies to:
SYMPTOMSAfter you have set a printer driver, ?/?? output does not use the specified printer driver.
CAUSEWhen you are printing with ?/??, the PDDOCST and PDDOCEND procedures in the GENPD.APP program are not called automatically; they must be called manually.
RESOLUTIONTo avoid this problem, make sure you manually call the PDDOCST and PDDOCEND procedures. For example, the following code corrects the example shown below in the "More Information" section:
MORE INFORMATION
Steps to Reproduce Behavior1. Create a printer driver called "Condensed" that prints 16.7 characters 2. Execute the following code:
The text "This is a test" does not print in condensed print.
REFERENCESPrinter driver program procedures charts: "Developer's Guide," version 2.0, page 19-14 "Developer's Guide," version 2.5, page D17-14 Additional reference words: FoxDos 2.00 2.50 2.50a 2.50b KBCategory: kbprg kbprb KBSubcategory: |
|
Last Reviewed: April 18, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |