version 6.0
DR PRINT MERGE (area; tableNum; message; printDialog)
| Parameter | Type | Description | |
| area | Longint | 4D Draw area | |
| tableNum | Integer | Table Number | |
| message | Integer | 0 = Message off, 1 = Message on | |
| printDialog | Integer | 0 = 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