ProjectBeforeSaveBaseline and Interim paramater

J

Jason

I have created a App_ProjectBeforeSaveBaseline event and I am having a
problem with setting Interim Plans
EG:

In the Set Baseline screen I set the following:
Set Baseline
Set interim Plan = true
Copy = Baseline10
Into = Baseline
For = Entire Project

When I run the vba code i see the following parameter values:
Interm = false (it should be true)
bl = 0 (PjBaselines = pjBaseline) - see http://msdn.microsoft.com/en-us/library/bb221884.aspx
InterimCopy = 21 (PjSaveBaselineFrom = pjCopyBaseline10) - see
http://msdn.microsoft.com/en-us/library/bb209715.aspx
InterimInto = 1

InterimInto seems to be incorrect
1 = pjIntoStart_Finish1
the value should 0 (= pjIntoBaseline)
see http://msdn.microsoft.com/en-us/library/bb209719.aspx

does anyone know why the following parameters are not as expected?
Interim
InterimInto

http://msdn.microsoft.com/en-us/library/aa204901(office.11).aspx
 
M

Mike Glen

Hi Jason,

Try posting on the developer newsgroup as this one is closing down. Please
see FAQ Item: 24. Project Newsgroups. FAQs, companion products and other
useful Project information can be seen at this web
address:http://project.mvps.org/faqs.htm .

Mike Glen
Project MVP
 
J

Jason

Thanks Mike, I've done that now.



Hi Jason,

Try posting on the developer newsgroup as this one is closing down.  Please
see FAQ Item: 24. Project Newsgroups. FAQs, companion products and other
useful Project information can be seen at this web
address:http://project.mvps.org/faqs.htm.

Mike Glen
Project MVP










- Show quoted text -
 

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