I want to write some code that 'forces' a user, when selecting Print in any MS Office App., to enter a reference number. Subsequently when they click the 'OK' button in the PrinterDialog I need to append the reference number to the filename before forwarding the job to the printer.
I believe there could be one of two options, either I need to add an extra edit box to the PrinterDialog and then check that it has an entry in it or 'intercept' the pressing of the 'OK' button to pop up another form subsequently.
Unfortunately I can't see a way of doing either!
Can anyone help please?
I believe there could be one of two options, either I need to add an extra edit box to the PrinterDialog and then check that it has an entry in it or 'intercept' the pressing of the 'OK' button to pop up another form subsequently.
Unfortunately I can't see a way of doing either!
Can anyone help please?