In a VFP 6.0 system, I create and print invoices. I would like to save the invoice print image and later be able to re-print the invoice or display it on the screen. Currently, I print the report to a file and copy the file to the printer (via DOS) to print the report. I can then display a reasonable image of the report on screen by parsing the PCL in the image file. However, this is not a very satisfactory solution. Is there a better solution?