L
Lawrence Chen
Greeting, those great ones.
I found "TASK_PCT_COMP","Complete%" will be changed to 0%
after "Application.CalculateProject".
I just update "TASK_PCT_COMP" in MSP_TASK table. Project
engine refresh this field as "0%" if those tasks are not
finished.
But I suppose these "Complete%" of the tasks should not be
modified.
Why ?
And how to prevent that ?
I tried to modify OptionsCalculation.
But didn't work.
retr = Application.OptionsCalculation(Automatic,
AutoTrack, SpreadPercentToStatusDate,
SpreadCostsToStatusDate, AutoCalcCosts, FixedCostAccrual,
CalcMultipleCriticalPaths, CriticalSlack, SetDefaults,
CalcInsProjLikeSummTask)
I found "TASK_PCT_COMP","Complete%" will be changed to 0%
after "Application.CalculateProject".
I just update "TASK_PCT_COMP" in MSP_TASK table. Project
engine refresh this field as "0%" if those tasks are not
finished.
But I suppose these "Complete%" of the tasks should not be
modified.
Why ?
And how to prevent that ?
I tried to modify OptionsCalculation.
But didn't work.
retr = Application.OptionsCalculation(Automatic,
AutoTrack, SpreadPercentToStatusDate,
SpreadCostsToStatusDate, AutoCalcCosts, FixedCostAccrual,
CalcMultipleCriticalPaths, CriticalSlack, SetDefaults,
CalcInsProjLikeSummTask)