Show Percent Complete Column

K

Kitty

Hi all,
I am generating a project file using the Microsoft InterOp assembly for MS
Project 2003 using C#. For some reason, the PercentComplete column is not
showing up.

Is there a way to make it to show up Or add this Column?

I tried:
Microsoft.Office.Interop.MSProject.Project project
project.TaskTables.Add("PercentComplete",
Microsoft.Office.Interop.MSProject.PjField.pjTaskPercentComplete, true);

It broke the project creation itself. I got an error "Unable to open
document".

Any help you can provide is greatly appreciated.

Thank you.
 
Top