Microsoft KB Archive/70911

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 18:58, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Word: Doesn’t Feed from Bin 2 on Epson LQ-2500

PSS ID Number: Q70911 Article last modified on 11-02-1994

4.00 5.00 5.50

MS-DOS

SUMMARY

The printer driver LQ2500.PRD for the Epson LQ-2500 contains codes for dual-bin sheet feeding that are incorrect for the Epson dual-bin cut-sheet feeder. The driver does not feed from bin 2 under any circumstances. Additionally, a running head that is formatted in Microsoft Word to print at the bottom of the page will print at the top of the next page.

MORE INFORMATION

The problem can be corrected by using Word’s MakePRD utility. To modify LQ2500.PRD, do the following:

  1. Use MakePRD to convert LQ2500.PRD into a text file.

  2. Load the text file into Word and page down through the file until you locate the four lines that read as follows:

    byte:38 mod:0 “[Y^A” byte:42 mod:0 “[YR” byte:46 mod:0 “[Y^B” byte:50 mod:0 “[YR”

  3. These lines should be changed to the following:

    byte:38 mod:0 “[Y1” byte:42 mod:0 “L[^YR” byte:46 mod:0 “[Y2” byte:50 mod:0 “L[^YR”

  4. Save the corrected file as unformatted and use MakePRD to convert it back into a binary file.

Note: In the Word 5.00 printer driver, byte:38 and byte:46 are already correct. Only byte:42 and byte:50 need the “^L” code added.

KBCategory: kbother KBSubcategory: Additional reference words:

============================================================================= Copyright Microsoft Corporation 1994.