4D View v16PV SET HEADER |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D View v16
PV SET HEADER
|
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 | |||||
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:
Constant | Type | Value |
pv footer center | Longint | 5 |
pv footer left | Longint | 4 |
pv footer right | Longint | 6 |
pv header center | Longint | 2 |
pv header left | Longint | 1 |
pv header right | Longint | 3 |
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 |
Refer to the examples for the PV PRINT and PV Get header commands.
Product: 4D View
Theme: PV Printing
Number:
15970
Created: 4D View 6.8
4D View Language ( 4D View v16)