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
I'm using Project Server 2007 and Project Pro 2007
 

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