4D View v14PV PRINT |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D View v14
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 v11.4)
4D View Language ( 4D View v12)
4D View Language ( 4D v13)
4D View Language ( 4D View v14 R2)
4D View Language ( 4D View v14)
4D View Language ( 4D View v14 R3)
4D View Language ( 4D View v14 R4)