D
Doug
I need to update actual hours in Project Server 2002 progamitically (sp).
I am studying the code from Microsoft for the "MobileTimesheet" example.
Why does Microsoft's example code thow a error if the project tracking mode
is Default or TimePhased?
Here is their code snippet:
If Not (iTrackingMode = 2 Or iTrackingMode = 3) Then
m_lStatus = WRONG_TRACKING_MODE
GoTo exitFunction
End If
Why is it significant if the tracking mode is 0 or 1?
I am only interested in updating actual hours. I do not care about the
remaining hours, etc.
Can I safely ignore testing for the tracking mode?
I am studying the code from Microsoft for the "MobileTimesheet" example.
Why does Microsoft's example code thow a error if the project tracking mode
is Default or TimePhased?
Here is their code snippet:
If Not (iTrackingMode = 2 Or iTrackingMode = 3) Then
m_lStatus = WRONG_TRACKING_MODE
GoTo exitFunction
End If
Why is it significant if the tracking mode is 0 or 1?
I am only interested in updating actual hours. I do not care about the
remaining hours, etc.
Can I safely ignore testing for the tracking mode?