Exclusive of patch issues, there are very specific measures you should take in order to obtain good Text or Paginated Text output from Crystal Reports:[ol][li]This isn't required, but I recommend setting all margins to 0". Margins are irrelevent to Text output, so there's no reason to use them.[/li]
[li]Use the Courier 10 Regular (no italics, bolds, etc...) Font. Courier 10 Regular is the default Text font for Windows.[/li]
[li]When you export the report from Windows to either Text or Paginated Text you need to set the Characters per Inch to 12. With Char/inch at 12 provides 133 characters per line in an 11 1/2 inch Landscape page. If you don't have the option to set this size upon export then you need to check for the following registry keys:
HKEY_CURRENT_USER\Software\Seagate Software\Crystal Reports\Export\TextExport\PromptAgain - the DWORD Hexadecimal value should be set to '1'
HKEY_CURRENT_USER\Software\Seagate Software\Crystal Reports\Export\TextExport\CharPerInch - the DWORD Hexadecimal value should be set to 'c'[/li]
[li]Avoid using text-wrapping, if possible. Some text wrapping may work, but its inconsistent. Multi-line text boxes, column headers, etc.. should be broken into multiple text boxes.[/li]
[li]Check the Snap to Grid option (File|Options|Layout). This will help immensely.[/li]
[li]Avoid using Center and Right justification. Instead use Left Justification and position the field accordingly.[/li]
[li]Keep all fields as tight to the text as possible. For example, a text box with the value 'Part Number' should only be as wide as the text requires (11 characters)
If you're publishing these reports via Crystal Enterprise, there are a number of other issues you'll have to deal with, as well.[/li][/ol]Hope this helps,
~Kurt