WinSpool/400 RTF Converter Revision History
From Support
2.0.0.25
2007-05-07
Added feature if we are not replacing unmatched "{" or "}" with "[" or "]" then we will add a backslash before the unmatched bracked so it doesn't corrupt the output file.
2.0.0.24
2004-07-28'
Fixed problem where backslashes contained in the spool data were not being displayed.
2.0.0.13
2004-07-23
Fixed problem where last line would not print on correct line. It would use the line spacing from the previous line instead of it's own specified line spacing.
2.0.0.12
2003-12-05
- Added ability to change font name, font size, bold or orientation for reports that are 81 to 100 characters in width.
- Moved all settings from the Main screen to a settings screen. We also made the settings screen scroll so the settings screen doesn't have to be so large to fit all the settings.
- Removed Sheridan 3D control so we don't have to distribute so many OCX files.
2.0.0.11
2001-06-05
Added ability to change line spacing defaults based on point size. Default point size for 80, 132, 198 line spacing is 12 points.
2.0.4
1999-05-19'
We now handle line spacing correctly on the last record. The last record wasn't line spacing correctly.
2.0.3
1999-05-12
We now have a new setting to check for unmatched braces {}. MS Word can cause errors opening an RTF file if there is an unmatched brace.
2.0.2
1999-05-12
Add global setting for Printing Entire Document in BOLD.
2.0.1
1999-05-12
Add licensee information to RTF files when created.
2.0.0.9
2000-12-12'
Don't display splash screen if command line passed.
2.0.0.8
2000-06-20
Added setting to allow zero space lines to be treated as single spaced.
2.0.0.7
1999-12-29'
Implemented 400 byte record support.
2.0.0.6
1999-12-07
Implemented PPP Licensing. Timelock licensing was removed.
2.0.0.5
1999-08-29
Changed CSNG() references to use VAL() This was causing Invalid Data Type 13 problems when attempting to create an RTF file when used on a PC with International settings other than English U.S.
2.00
1998-01-01'
Added same code as in RFORMAT.EXE so 0 line spacing is incorporated into the spool file correctly. This also takes care of a line spacing problem when multiple SKIP lines are found within a report.
1.11
1998-01-01
Added same code as in RFORMAT.EXE so 0 line spacing is incorporated into the spool file correctly. This also takes care of a line spacing problem when multiple SKIP lines are found within a report.
1.10
1997-07-21
Added same code as in RFORMAT.EXE so 0 line spacing is incorporated into the spool file correctly. This also takes care of a line spacing problem when multiple SKIP lines are found within a report.
1.02
1997-06-25
Added a space after every \line command to keep fonts from getting messed up if the first character after the line command is a number. This was causing sporatic problems for users of the RTF Report Convertor.
1.0.1
1997-04-14
Made changes to allow Wordperfect to correctly pick up the report formatting information. Wordperfect was not selecting the correct font size, so we made some alterations. For formatting we now use the \line command and also the \fs statement for each data line.
