D
Daniel W
Hey all,
I am trying to write a function that takes the predecessors of Task A, examines whether or not they are completed, and then flags whether or not Task A can be completed. I know that this is superfluous if the plan were built properly, but I recently inherited a giant project plan and I would like to throw in this check function in case I missed anything.
I think I could accomplish this with a get function, but I don't know if that is built in to project. Ideas?
Thanks!
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com/default.aspx?ref=ng
I am trying to write a function that takes the predecessors of Task A, examines whether or not they are completed, and then flags whether or not Task A can be completed. I know that this is superfluous if the plan were built properly, but I recently inherited a giant project plan and I would like to throw in this check function in case I missed anything.
I think I could accomplish this with a get function, but I don't know if that is built in to project. Ideas?
Thanks!
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com/default.aspx?ref=ng