Contract Writing Software
Construction Contract Software
Construction Software
Construction Specifications SoftwareConstruction Specs SoftwareConstruction Management SoftwareConstruction Estimating SoftwareConstruction Accounting SoftwareConstruction Contracts SoftwareProject Contracts Software

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

Diagnosis

BUG in both Mac and DOS 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.