4D View v16

PV PRINT

Home

 
4D View v16
PV PRINT

PV PRINT 


 

PV PRINT ( area ) 
Parameter Type   Description
area  Longint in 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.

Example  

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



See also 

PV PRINT FORMULAS

 
PROPERTIES 

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

 
HISTORY 

Created: 4D View 6.8

 
ARTICLE USAGE

4D View Language ( 4D View v16)