| |
|
|
PostTime:12/16/2008 7:38:43 PM |
Point:0
| #
1
|
Level:
1 
Professional point:
87 
Experience:
35 
Thread:
282 
Post:
936 
Joined date:
4/28/2007 11:15:00 PM
Last Visit:
12/16/2008 11:26:43 PM
|
You could write some VBA to output directly to a MS Word document. You could also set up a word document with merge fields that come from the database as the data source.
|
| |
|
|
|
|
| |
|
|
PostTime:12/16/2008 8:06:44 PM |
Point:0
| #
2
|
Level:
1 
Professional point:
5 
Experience:
28 
Thread:
261 
Post:
1005 
Joined date:
4/29/2007 2:32:00 AM
Last Visit:
12/17/2008 12:22:50 AM
|
I like Rockn's suggestion but sadly do not have time left on this project to develop that kind of solution on my own. I think will try it on my next project.. If Rockn (or anyone) has sample code that uses this aproach, I'd be grateful if you'd post it here.
|
| |
|
|
|
|
| |
|
|
PostTime:12/16/2008 8:26:58 PM |
Point:0
| #
3
|
Level:
1 
Professional point:
94 
Experience:
0 
Thread:
293 
Post:
994 
Joined date:
4/29/2007 12:25:00 AM
Last Visit:
12/16/2008 11:23:06 PM
|
All I can say, is if you find a fix, please let me know - I have the same problem for a major client (and a huge report) 4x a year, and it usually involves my spending an incredible number of hours correcting the final word documents. (I always copy and paste a number of .RTF files into one final Word document for the client).
|
| |
|
|
|
|
| |
|
|
PostTime:12/16/2008 8:37:38 PM |
Point:0
| #
4
|
Level:
1 
Professional point:
83 
Experience:
2 
Thread:
242 
Post:
980 
Joined date:
4/28/2007 10:38:00 PM
Last Visit:
12/16/2008 11:40:24 PM
|
Snapshots aren't really practical for document exchange. If I need to distribute my reports I save them as PDF files. If you're sending to Word because you have to edit the report, ...I don't know. If you're editing anyway, I guess the inconsistency wouldn't matter much, so that must not be the issue. I'd just save as PDF.
chris.
|
| |
|
|
|
|
| |
|
|
PostTime:12/16/2008 8:59:46 PM |
Point:0
| #
5
|
Level:
1 
Professional point:
4 
Experience:
3 
Thread:
263 
Post:
954 
Joined date:
4/29/2007 2:46:00 AM
Last Visit:
12/16/2008 11:21:46 PM
|
Well, there are plenty of free print-to-PDF utilities, and most businesses employ some sort of PDF generator (usually Adobe). We use PDF Creator here, which is, I think, pretty common. If there's a single source for report generation/distribution, there's no issue with deploying utility packages.
The point being, it's a lot easier to gain the capacity to create PDF files (and more beneficial) than it would be to expend effort troubleshooting a formatting problem with a proprietary document type.
chris.
|
| |
|
|
|
|
| |
|
|
PostTime:12/16/2008 9:13:37 PM |
Point:0
| #
6
|
Level:
1 
Professional point:
71 
Experience:
5 
Thread:
316 
Post:
950 
Joined date:
4/28/2007 10:49:00 PM
Last Visit:
12/16/2008 11:39:24 PM
|
Thanks for all the input...
Sorry output has to be read into word. Can't be snapshot or pdf.
I was hoping there might be some magic fix but you've given pretty much the answers I expected.
Anne- don't think you need to see the differences because you appear to understand the problem exactly... A random phrase in the middle of the page comes out wider in Word that it was in the report and extends past the next tab stop (defined when the report was written as .rtf) and this throws off everything that follows in that line often wrapping the last column into the first tab field on the next line.
I think the solution I'll adopt will be the simplest. I'll define the fields or columns in the report to be narrower than they need to be so that when certain phrases come out wider than expected in Word, they will still not extend past the next tab stop.
|
| |
|
|
|
|
| |
|
|
PostTime:12/16/2008 10:21:23 PM |
Point:0
| #
7
|
Level:
1 
Professional point:
81 
Experience:
32 
Thread:
281 
Post:
990 
Joined date:
4/29/2007 12:22:00 AM
Last Visit:
12/17/2008 12:54:30 AM
|
Chris, you can't "just save as .pdf"
|
| |
|
|
|
|
| |
|
|
PostTime:12/17/2008 12:14:44 AM |
Point:0
| #
8
|
Level:
1 
Professional point:
0 
Experience:
11 
Thread:
265 
Post:
940 
Joined date:
4/28/2007 10:35:00 PM
Last Visit:
12/16/2008 11:40:39 PM
|
That could be tough. We'd really have to see the difference between the two. But, it could be as simple as having you run a macro. See... RTF doesn't hold tables or anything, so you're getting tabs...that kinda sucks. Have you tried Ctrl+A then reducing your font maybe a half point (did you know you can type 11.5 into the font size box?)?
|
| |
|
|
|
|
| 1 |