-
Gidday,
I'm hoping someone and give me a quick and dirty answer here. I'm using datareports with VB6, and using the "ExportReport" method, I export my reports to Word documents. My problem is that it doesn't maintain the spacing that the report shows (my column headers are split onto the next line, etc.)
Any suggestions?
-
Margins???
Try checking the margins in Word. If you plan on always exporting the report, you should account for Word's default margins so it exports correctly
-
How did you manage to export to a Word document in the first place? When I used the ExrportReport method, the only options were text and html format.
Tom