Scheduling 3.3 Message

Problem!

gets 'Sorry, you must use Scheduling version 3.3 or greater' message when using MacNail construction scheduling software
Ditto for Estimating pre- 3.4

Diagnosis

happens when using Estimating Manager 3.2 or Scheduling Manager (any) on an estimate imported from BidMagic

Solution

ESTIMATING--short-term solution: Go to cell A70. Change the formula from =IF(version>3.2,GOTO(A74)) to =IF(version>3.4,GOTO(A74))
long term solution: use Est Mgr 3.3!SCHEDULING-- go to cell A31 [mac/Windows]. Change the formula from =IF(version>3.2,ALERT("Sorry....) to =IF(version >3.4,ALERT("Sorry....)

NOTE: After they've made the code change in the manager, it's a good idea to have them go to cell A1, and then have them choose Save from the File menu.
Selecting A1 means that if they accidentally enter something into the Mgr, it won't affect any code. It also makes the Manager look prettier!

Comments

Entered 3/24/94 by Dennis. Updated 11/23/2010.