Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

EPRINT( [ aFrom[, aTo ]] )  ... or ...

SET KEY ## TO EPRINT

Purpose

An envelope-printing facility for HP LaserJet printers, it draws an
envelope on-screen, gets receiver's name and address, and prints the
envelope.

Arguments

     aFrom -- character array (of length 5) containing sender's name
                  and address; defaults to Artful (though may be changed
                  interactively)

     aTo -- character array (of length 5) containing recipient's name
                and address; defaults to none (though may be changed
                interactively)

Setup

None required. The sender's name and address default to Artful's own. You
may wish to change this. Must be using an HP Laserjet II or compatible, as
printer codes for this printer have been hard-coded into this routine.

Example

     EPRINT()

Returns

.T. if envelope printed, else .F.

Side Effects

None.

Artful Calls

DRAW_BOX, POP_MSG, READ_IT, FIRSTCAP

Source File

AA_HPLJ.PRG

See Also: PRINTER()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson