R
Ruben Gutierrez
Hi all,
I'm new here, so I've searched for the anwser to this question but I
couldn't find it.
I'm writing an plugin for MS Project 2003 in Visual Basic 6 (it was
not my choice :-/ ) that will syncrhonize MSP with our own web based
application.
As in our app we allow the user to manually set Start/End Dates &
Duration for tasks, we need our MS Project plugin to set those values
"manually" too. The problem is that so far I've been unable to do
that.
Right now I have DefaultTaskType set to pjFixedUnits (which is also
the default value, if I'm correct) so the Duration is being calculated
based on the Start and End Dates. If I recall correctly, if change
DefaultTaskType to pjFixedDuration it uses the Duration I pass to the
object, but Start Date is changed to match the Duration value.
So what I need is to independently set these 3 values. Is is even
possible?
The Microsoft Office Project 2003 SDK site isn't helping much :-/
Thanks in advance,
Ruben Gutierrez.
I'm new here, so I've searched for the anwser to this question but I
couldn't find it.
I'm writing an plugin for MS Project 2003 in Visual Basic 6 (it was
not my choice :-/ ) that will syncrhonize MSP with our own web based
application.
As in our app we allow the user to manually set Start/End Dates &
Duration for tasks, we need our MS Project plugin to set those values
"manually" too. The problem is that so far I've been unable to do
that.
Right now I have DefaultTaskType set to pjFixedUnits (which is also
the default value, if I'm correct) so the Duration is being calculated
based on the Start and End Dates. If I recall correctly, if change
DefaultTaskType to pjFixedDuration it uses the Duration I pass to the
object, but Start Date is changed to match the Duration value.
So what I need is to independently set these 3 values. Is is even
possible?
The Microsoft Office Project 2003 SDK site isn't helping much :-/
Thanks in advance,
Ruben Gutierrez.