Why does Mobile Timesheet exclude Default &TimePhased Tracking Mod

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?
 

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