How to make actual cost timephased in Prj 2007

U

UMAN

I need to make actual costs timephased programmatically and in 2003 i could
do a update directly to the DB table MSP_TiMEPHASED_DATA. I read through the
PSI and from what i saw, you cannot do it using the web service. I am not
able to use VBA. In 2003 I had to make sure the Expand timephased data in
database checkbox was checked if i wanted to do manual updates to the
database but this chekcbox is gone in 2007. Does anyone have any
reccomendations?

Thanks
 
R

Rod Gill

Project 2007 does not save to a database except via Project Server (which is
why the option has gone). The only way to write to a database without
Project Server is to write directly using OLEDB in VBA. If you need to
support 2003 and 2007 versions, VBA is the only way to do it.

--

Rod Gill
Project MVP

Project VBA Book, for details visit:
http://www.projectvbabook.com

NEW!! Web based VBA training course delivered by me. For details visit:
http://projectservertraining.com/learning/index.aspx
 

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