M
mark
Hi,
I am printing a batch of reports via a recordset loop. For each report
printed a new report object is instantiated.
To stop the printing, the user can click the Cancel button on the Access
dialog that appears.
This is not much use in this case, as subsequent reports will be printed
via the loop.
Is there an event in code with which to trap the pressing of the
'Cancel' button so that it can be reacted to programmatically to stop
the loop from progressing?
I am printing a batch of reports via a recordset loop. For each report
printed a new report object is instantiated.
To stop the printing, the user can click the Cancel button on the Access
dialog that appears.
This is not much use in this case, as subsequent reports will be printed
via the loop.
Is there an event in code with which to trap the pressing of the
'Cancel' button so that it can be reacted to programmatically to stop
the loop from progressing?