version 6.8
PV SET HEADER (area; header; string)
| Parameter | Type | Description | |
| area | Longint | 4D View area | |
| header | Longint | Header position | |
| string | String | String 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 abbreviated | Wed, Apr 3, 1996 |
| #* (Macintosh) | Current date in short form | 04/03/1996 |
| #c (Windows) | Forced special | 04/03/1996 |
| #D | Current date in long form | Wednesday, April 3, 1996 |
| #p | Page number | 2 |
| #h | Time without seconds | 09:42 |
| #H | Time with seconds | 09:42:47 |
| #F | Table or area name | Forecast (SP) or _Forecast |
| #P | Total page number | 10 |
Example
Refer to the examples for the PV PRINT and PV Get header commands.
See Also
Constants
PV Headers & footers theme.