Can't Open File or Folder

Problem

when importing specifications from spec sheet or clauses file, says it can't find folder or file. Using Import Specs command, missing file or folder message.

Diagnosis

BUG in both Mac and Windows versions of MacNail construction specifications software.

Solution

TO FIX:
1. go to cell G88.

2. Code is =IF(import.choice<6,IF(safe.open(source,CHOOSE(import.choice, path.est,path.estor,path.price.master,path.est,path.est),TRUE),,safe.halt()),ECHO(echoo))

MACINTOSH
Change to: =IF(import.choice <6,IF(safe.open(source,CHOOSE(import.choice, path.est,path.estor,path.price.master,find.BM(),path.spec.files),TRUE),,safe.halt()),ECHO(echoo))

WINDOWS
Change to: =IF(import.choice <6,IF(safe.open(source,CHOOSE(import.choice, path.est,path.estor,path.price.master,path.bidmagic,path.spec.files),TRUE),,safe.halt()),ECHO(echoo))

Comments

Entered 5/2/95 by Dennis. Updated 11/26/2010.