PV Get header

4D - Documentation   Français   English   German   4D View 2004, Command Theme List   4D View 2004, Command Alphabetical List   4D View 2004, Constant Theme List   Back   Previous   Next

version 6.8


PV Get header (area; header) String

ParameterTypeDescription
areaLongint4D View area
headerLongintHeader position
Function resultStringHeader string

Description

The PV Get header command returns the header or footer string in the location set by header.

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

Example

Transfer the text from the center header to the page footer:

   C_TEXT($Header)  `Center header text

   $Header:=PV Get header (Area;pv header center)  `Get center header
   PV SET HEADER (Area;pv header center ;"")  `Empty header
   PV SET HEADER (Area;pv footer center ;$Header)  `Pass to footer
   PV PRINT (Area)

See Also

PV SET HEADER.

Constants

PV Headers & footers theme


4D - Documentation   Français   English   German   4D View 2004, Command Theme List   4D View 2004, Command Alphabetical List   4D View 2004, Constant Theme List   Back   Previous   Next