DR PRINT BACKGROUND

4D - Documentation   Français   English   German   4D Draw 2004, Command Theme List   4D Draw 2004, Command Alphabetical List   Back   Previous   Next

version 6.0


DR PRINT BACKGROUND (area; message; printDialog)

ParameterTypeDescription
areaLongint4D Draw area
messageInteger0 = Message off, 1 = Message on
printDialogInteger0 = Without dialog box, 1 = With dialog box

Description

The command DR PRINT BACKGROUND allows you to print only the objects on the background of area.

If message equals 1, a dialog box appears, allowing the user to cancel the printing in progress. If the user cancels the print job, an error 55 is returned by DR Error.

If message equals 0, this dialog box does not appear, and the user cannot cancel the print job.

printDialog determines whether or not the standard Print dialog box will appear.

If printDialog equals 0, the standard Print File dialog box does not appear, and the print job begins immediately.

If printDialog equals 1, the standard Print File dialog box appears.

See Also

DR PRINT FOREGROUND.


4D - Documentation   Français   English   German   4D Draw 2004, Command Theme List   4D Draw 2004, Command Alphabetical List   Back   Previous   Next