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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top