4D View v16PV PRINT |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D View v16
PV PRINT
|
PV PRINT ( area ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
4D View area | |||||
The PV PRINT command prints the 4D View area passed as a parameter.
The page settings and print preview are accessible using the command PV EXECUTE COMMAND associated with the pv cmd print page setup and pv cmd print preview constants.
Pay attention to the 4D View area refresh option: if the refresh is not automatic, do not forget to execute it before printing or previewing the print area.
Print with footer settings.
PV SET HEADER(Area;pv footer center;" #D"Printed) `Assigning page footer
CONFIRM("Print values or formulas?";"Formulas";"Values")
If(OK=1)
PV PRINT FORMULAS(Area) `Print formulas
Else
PV PRINT(Area) `Print values
End if
Product: 4D View
Theme: PV Printing
Number:
15972
Created: 4D View 6.8
4D View Language ( 4D View v16)