4D v14.3

PRINT SETTINGS

Home

 
4D v14.3
PRINT SETTINGS

PRINT SETTINGS 


 

PRINT SETTINGS {( dialType )} 
Parameter Type   Description
dialType  Longint in Dialog box(es) to be displayed: 0 (or parameter omitted) = All 1 = Print Setup, 2 = Print Job

PRINT SETTINGS displays either one or two print settings dialog boxes. This command must be called before a series of Print form commands or the OPEN PRINTING JOB command.

The optional dialType parameter can be used to configure the display of the printing dialog boxes:

  • If you pass 0 in dialType or omit this parameter, both printing dialog boxes are displayed. First, it displays the Print Setup dialog box. Then, it displays the Print Job dialog box.
  • If you pass 1 in dialType, only the Print Setup dialog box is displayed. The current printing options will be used.
  • If you pass 2 in dialType, only the Print Job dialog box is displayed. The current print settings will be used.

Note: The Print Job dialog box contains a Preview on Screen check box that allows the user to preview their print job. You can preset or reset this option by calling SET PRINT PREVIEW before calling PRINT SETTINGS.

Example  

See example for the command Print form.

If the user clicks OK in both dialog boxes, the OK system variable is set to 1. Otherwise, the OK system variable is set to 0.

 
PROPERTIES 

Product: 4D
Theme: Printing
Number: 106

The OK variable is changed by the commandNot for server

 
HISTORY 

Modified: 4D v11 SQL

 
SEE ALSO 

OPEN PRINTING JOB
PAGE BREAK
Print form
SET PRINT PREVIEW

 
ARTICLE USAGE

4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)