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

PRT_LETTER( aAddress, nVoffset )

Purpose

Prints a form letter based on the current record in LETTERS, address to
aAddress.

Arguments

     aAddress -- address array (see Setup)

     nVoffset -- number of lines to leave before the first line of the
                     header

Setup

Each element of aAddress is a sub-array composing one line of the
address, while each element of the sub-array is a constituent element of
the address (to be concatenated to form one line).

The LETTERS and MACROS tables must be available.

Example

     LOCAL address_ra[ 3 ]
     CHK_DICT( "AAI_DICT" )
     SELECT CUSTOMER
     ? PRT_LETTER( address_ra, 6 )

Returns

.T. if the letter was successfully printed, else .F.

Side Effects

None.

Artful Calls

ADDRESS, PUSH/POP_SCR, HELP_FILL, AUTOSETPRN, LINEOUT, ABREAK, MAKE_STR,
POP_MSG

Source File

AA_LETTR.PRG

See Also: ADDRESS() LINEOUT()

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