DR PRINT FOREGROUND

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 FOREGROUND (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 FOREGROUND is the reverse of the DR PRINT BACKGROUND command; it lets you print only objects that appear on the foreground.

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

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 File 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 BACKGROUND.


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