S
Sebastian Cordoba
Hi everyone.
How can I modify the Start date for a task via code? I'm trying to replace
it with
the BaselineStart value but apparently "Start" is a read only field.
My code goes like: myTask.Start = myTask.BaselineStart, but it doesn't
work. Is there a faster way to replace the actual values (Start, Finish,
Duration, Work) with the baseline ones?
Thank you.
How can I modify the Start date for a task via code? I'm trying to replace
it with
the BaselineStart value but apparently "Start" is a read only field.
My code goes like: myTask.Start = myTask.BaselineStart, but it doesn't
work. Is there a faster way to replace the actual values (Start, Finish,
Duration, Work) with the baseline ones?
Thank you.