Windows Check Printing

Problem

Windows check printing problem - MacNail Accounting 3.4 only. Windows checks bug
MacNail construction accounting software won't create a check file, even though it seems to calculate everything.
Occurs only in the later part of the month when using MacNail construction accounting software.

Diagnosis

The file name is too long when there are double-digit days in the name. Correct it by going to cell F186 (5 from the end of print.checks):
=IF(safe.directory(path.fin.report),IF(save.it(TEXT(NOW(),"m-d-yy")& pr.chk),GOTO(F189))
Change the pr.chk to ".chk" and it should be fine.

BUG FIXED 3/2/93
There shouldn't be more than 10 of these. Disks remastered about a week later.

Solution

Correct it by going to cell F186 (5 from the end of print.checks):
=IF(safe.directory(path.fin.report),IF(save.it(TEXT(NOW(),"m-d-yy")& pr.chk),GOTO(F189))
Change the pr.chk to ".chk" and it should be fine.

NOTE-- Checking printing in Goldenseal accounting software does not require the creation of a separate file, so it won't have problems like this.

Comments

Entered 3/2/93 by Dennis. Updated 11/10/2010.