Previous Topic: $LPFIELDNext Topic: $LPPRTL


$LPPDEF

The $LPPDEF macro is used in the PAGEDEF modules to specify a PAGEDEF or PAGEFORMAT for a device type.

$LPPDEF END=<YES | NO>,          
        FONT1=<'xxxx' | '    '  >
        FONT2=<'xxxx' | '    '  >
        FONT3=<'xxxx' | '    '  >
        FONT4=<'xxxx' | '    '  >
        HEIGHT=<9999 | 1>,       
        LAND=<YES | NO>,         
        NAME=<xxxx | pagedefname>,
        ORIENT=<PORT | LAND>,    
        PORT=<YES | NO>,         
        WIDTH=<9999 | 1  >       

$LPPDEF Parameters

This section describes the &LPPDEF parameters.

END=YES|NO

The parameter effects are:

FONTn

This parameter specifies the font to be used for this PAGEDEF. See the selection hierarchies below. The default value is SPACES.

HEIGHT=9999|1

This parameter specifies the height of PAGEDEF for device type. The default value is 1.

LAND=YES|NO

The parameter effects are:

NAME

This parameter selects a PAGEFORMAT in an Invoke Data Map control record. The default value is PAGEDEF Name.

ORIENT=PORT|LAND

The parameter effects are:

PORT=YES|NO

The parameter effects are:

WIDTH=9999|1

This parameter specifies the width of PAGEDEF for device type. The default value is 1.