MS Project 2000, Assignments

D

Dan Roy

I am using MS Project OLE to access Project data from outside of Project. I
am using Borland Delphi 6 in a Windows 2000 environment. The MSProject.olb
type library reference s a TYPE_ property in the Task Segment which I have
been unable to access from my application.

Thus far, I am able to access Task fields, assignments, resources and the
calendars used. I eventually want to be able to access the Gantt chart
properties so I can create a Starterfile which contains all of the necessary
Company defaults prior to a planner preparing a new project.

Can some one tell me how the TYPE_ field can be accessed using OLE?
 
J

JackD

Dan Roy said:
I am using MS Project OLE to access Project data from outside of Project. I
am using Borland Delphi 6 in a Windows 2000 environment. The MSProject.olb
type library reference s a TYPE_ property in the Task Segment which I have
been unable to access from my application.

Thus far, I am able to access Task fields, assignments, resources and the
calendars used. I eventually want to be able to access the Gantt chart
properties so I can create a Starterfile which contains all of the necessary
Company defaults prior to a planner preparing a new project.

Can some one tell me how the TYPE_ field can be accessed using OLE?

Why not just set all the defaults and create a template that you can
reference each time you want a new file?
That is what I'd do.

-Jack
 
Top