OLE DB: CustomProperties

D

DapperDanH

Hello,
Is there a way to retrieve the customdocument properties of a .mpp file?

I am storing information within the mpp files custom document properties and
I would like to retrieve it using OLEDB. I have reviewed the documents for
OLE DB but do not see anywhere.

Anyone know a way to retrieve custom document properties using OLE DB?

Thanks,
Dan
 
R

Rod Gill

Hi,

The built in project properties are in the Projects table, but you can't get
to custom properties. A better way to do this is to use custom fields in the
project and enter your values in the Project Summary task. These custom
fields can be read from the Tasks table looking at TaskUID=0

--
For VBA posts, please use the public.project.developer group.
For any version of Project use public.project
For any version of Project Server use public. project.server

Rod Gill
Project MVP
For Microsoft Project companion projects, best practices and Project VBA
development services
visit www.project-systems.co.nz/
Email rodg AT project-systems DOT co DOT nz
 
D

DapperDanH

Great suggestion!!!

Thanks alot,
Dan

Rod Gill said:
Hi,

The built in project properties are in the Projects table, but you can't get
to custom properties. A better way to do this is to use custom fields in the
project and enter your values in the Project Summary task. These custom
fields can be read from the Tasks table looking at TaskUID=0

--
For VBA posts, please use the public.project.developer group.
For any version of Project use public.project
For any version of Project Server use public. project.server

Rod Gill
Project MVP
For Microsoft Project companion projects, best practices and Project VBA
development services
visit www.project-systems.co.nz/
Email rodg AT project-systems DOT co DOT nz
 

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