A
A Burns
In reference to Project 98's Project Change Event, I would
like to use this event to update customized columns that I
have put in place base upon values entered into a
customized column.
I have noticed the Calculate event does not fire when an
update is made to a custom column. However, when using
the Change event I usually get thrown into a infinite
loop. Any suggestions for an alternative plan?
I have a column called Estimated Duration(Duration2). By
default Estimated Duration = Duration. However, if the
Estimated Duration increases, then my custom column Actual
Finish increases by the DateAdd(Finish Date,difference of
Duration - Duration2)
Thanks
A
like to use this event to update customized columns that I
have put in place base upon values entered into a
customized column.
I have noticed the Calculate event does not fire when an
update is made to a custom column. However, when using
the Change event I usually get thrown into a infinite
loop. Any suggestions for an alternative plan?
I have a column called Estimated Duration(Duration2). By
default Estimated Duration = Duration. However, if the
Estimated Duration increases, then my custom column Actual
Finish increases by the DateAdd(Finish Date,difference of
Duration - Duration2)
Thanks
A