Command PV SET HEADER

4D View

PV SET HEADER

version 6.8


PV SET HEADER (area; header; string)

ParameterTypeDescription
areaLongint4D View area
headerLongintHeader position
stringStringString to place in the header

Description

The PV SET HEADER command sets the character string as a header or footer for area in the area set by header.

header is defined in PV Headers & footers constants to define the header parameter.

You can insert the following special characters in the string parameter:

#d Current date abbreviatedWed, Apr 3, 1996
#* (Macintosh)Current date in short form04/03/1996
#c (Windows)Forced special04/03/1996
#DCurrent date in long formWednesday, April 3, 1996
#pPage number2
#hTime without seconds09:42
#HTime with seconds09:42:47
#FTable or area nameForecast (SP) or _Forecast
#PTotal page number10

Example

Refer to the examples for the PV PRINT and PV Get header commands.

See Also

PV Get header.

Constants

PV Headers & footers theme.