I have a report that is created via multiple tables (with relationship links) in a data environment and a few variables. I would like to save this report to a file so I could reprint it again, just the way it looked originally.
I tried using the REPORT FORM .. TO FILE command, but it gets highly distorted when re-printing (copy using the to LPT /B method). Using the "ASCII" type REPORT FORM is useless too. I considered doing a select statement to save a snapshot of the dataset (the displayed field from the various tables), but this is unweildy. Any suggestions?
I tried using the REPORT FORM .. TO FILE command, but it gets highly distorted when re-printing (copy using the to LPT /B method). Using the "ASCII" type REPORT FORM is useless too. I considered doing a select statement to save a snapshot of the dataset (the displayed field from the various tables), but this is unweildy. Any suggestions?