Creating MPP file TimePhased Data

C

Cantekin GUNESER

Hi

I have custom developed web project which includes different modules. i have
project module in my project, it mange simply project management.

i want to export and import MPP file to my project. i have developed
importing part.

i hold project data in DB as AssignmentTimephasedByDay table in mpp file.

i connect mpp file via adodb (Provider=Microsoft.Project.OLEDB.11.0) and
read AssignmentTimephasedByDay table to read daily schedule of resource.

i hold data like: a resource will work on a task on specified date and
duration. as below



RESOURCEID TASKID DUEDATE DURATION(Hour)

---------------- ---------- ------------- --------------

R1 T1 2008-07-14 4

R1 T1 2008-07-15 8

R2 T1 2008-07-14 3



importing is no problem, i read AssignmentTimephasedByDay

BUT, exporting is problem, i use VS 2005 C# to develop my project. i tried
object model to create MPP file

but i could not assign TimePhased data to a task as in
AssignmentTimephasedByDay table



i can tell more about ways i tried.



thanks in advance for any help or leading
 

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