Maybe I am not naking the simple requirements of this report clear enough.
The scenario is this, within a complex application the user requires a function to print a simple estimate instead of his old method where he scribbled a figure on a scrap of paper.
Function
He selects the 'Estimate Button', two fields appear on screen, he puts words in the first section, an amount in the second section and then clicks the ok button.
A pretty estimate appears in form of the company letter head, the estimate, 'valid for 30 days' and all the usual stuff. He does not require copies of these estimates so at no time is a data table involved. The 2 variables are assigned to global vars and appear in the correct place on the report.
Select print from the preview dialogue and the estimate is printed out as required.
So far so good but here is where the problem arises.
Having printed out the required estimate, the printer keeps printing more copies until all the paper has gone and then asks for more.
Hence the original question,
How do I limit a report to printing only 1 copy.
Keith