DR PRINT MERGE

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 MERGE (area; tableNum; message; printDialog)

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

Description

The command DR PRINT MERGE allows you to print merge the current selection of tableNum. The document used for the print merge is specified by area.

If tableNum equals 0, the standard Print Merge dialog box is displayed.

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

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

printDialog determines whether the standard Print dialog box appears or not.

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.


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