D
Daniel
Hello,
I am writing a macro using the ProjectBeforeTaskChange event in order to
prevent the project manager from unintentionally change the actual work.
Actually I am thinking about these circumstances: For a task with some actual
work, if the project manager reduces too much the task duration, it can
affect the actual work as well, and I want to avoid that.
Ex. : Let say the actual work is 10days, the duration is 20 days, if the
duration is reduce to 9 days, the actual work is reduce to 9 days as well.
The problem is: the field event is equal to pjTaskDuration and not to
pjTaskActualWork. So I am not able to catch the actual work change.
Any ideas about how I can do it?
I am writing a macro using the ProjectBeforeTaskChange event in order to
prevent the project manager from unintentionally change the actual work.
Actually I am thinking about these circumstances: For a task with some actual
work, if the project manager reduces too much the task duration, it can
affect the actual work as well, and I want to avoid that.
Ex. : Let say the actual work is 10days, the duration is 20 days, if the
duration is reduce to 9 days, the actual work is reduce to 9 days as well.
The problem is: the field event is equal to pjTaskDuration and not to
pjTaskActualWork. So I am not able to catch the actual work change.
Any ideas about how I can do it?