4D View v16

PV SET HEADER

Home

 
4D View v16
PV SET HEADER

PV SET HEADER 


 

PV SET HEADER ( area ; header ; string ) 
Parameter Type   Description
area  Longint in 4D View area
header  Longint in Header position
string  String in 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 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

 
PROPERTIES 

Product: 4D View
Theme: PV Printing
Number: 15970

 
HISTORY 

Created: 4D View 6.8

 
ARTICLE USAGE

4D View Language ( 4D View v16)