A
Albin
Hi,
Can I get the task property object if I only know the PjField name? For
example, task.GetField(PjField.pjTaskActualCost) returns a string "$23.02"
but is actually stored as a double 23.02 in task.ActualCost. How can I get
the actual internal value (eg, task.ActualCost) using PjField instead of the
display string from GetField(). I am using C# .NET for MSP 2003. Thanks.
Albin
Can I get the task property object if I only know the PjField name? For
example, task.GetField(PjField.pjTaskActualCost) returns a string "$23.02"
but is actually stored as a double 23.02 in task.ActualCost. How can I get
the actual internal value (eg, task.ActualCost) using PjField instead of the
display string from GetField(). I am using C# .NET for MSP 2003. Thanks.
Albin