Output Report Without Losing Formatting - Help!

Tracy

Registered User.
Local time
Today, 21:58
Joined
Oct 19, 2001
Messages
71
Does anyone know how to output a report to any file type (so long as it can be attached to a mail) without losing any of the border formatting and keeping the columns in line?
ideally this would be possible in the code so that no manual saving would have to be done.

SendObject and OutputTo methods lose most of the formatting of the report. Columns are thrown out of line and any borders etc. are all lost. Even when you do it manually through File->SaveAs/Export and save as rtf loses the formatting, only less.

There is an tool called Snapshop Viewer, but using the SendObject or OutputTo methods, there is no intrinsic constant to output to Snapshot Viewer.

Any help appreciated.
 
Create a macro that uses the output to action. It does have a format argument that can take the value "Sanpshot format".

Hope this helps

Alex
 

Users who are viewing this thread

Back
Top Bottom