Some of our customers have users that do not have write access to the Windows directory, which is where the PrintDAT.Ini file is located. In order to accomplish this all exceptions are trapped when saving to the PrintDAT.Ini file. Also it is worthwhile mentioning that back in version 1.58, if the .pxt file is read-only, the PrintDAT! report will still run, and the user can still make changes to the report options, but the report options cannot be saved back to the .pxt file, which is what you would expect when the .pxt file is read-only. This allows the PrintDAT! report to be run from a CD-Rom or other non-writeable media.Corrected Range Check error
A range check error would occur if the user has left the computer on for more than 20 days. We had inadvertantly assigned a GetTickCount to an Integer instead of a DWord and it would produce a range check error if the computer was left on too long without rebooting. This has been corrected.
Can now print InfoPower TCustomEdit cellsInfoPower has the ability to embed an edit control like a TIWComboBox in a grid cell. PrintDAT! will now recognize the edit control and will print the control's contents rather than the contents from the underlying table.
Corrected Column Footer Total Widths
Column footers that appear on more than 1 line (because of embedded #13), would occasionally print as "****". This is because PrintDAT! incorrectly used the total footer string width instead of the string width between the #13. This has been corrected.
Corrected Column Footer losing character on 2 line footer
The column footer would occasionally lose a character after the line wraps to a new line. This has been corrected.