M
manohar
I am trying to get more information about the custom fields of tasks in
Project 2000 when all I have is the PjField enum value for the field.
eg., if I have the PjField enum value (eg., pjTaskDate1) how to get
more information about this field through VBA code. ie., I want to
know:
1. whats the type (date/numeric/cost etc)
2. whats the name (if the default name then Date1 or if its renamed
then the new name)
3. The value (I know I can use GetField but this returns the value in
string which is pretty useless to me because duration type will return
1 Day/1 Week but I want the value stored underneath ie., 480/2400 for 1
day/1 week)
Are there inbuilt methods to do this?
sample code or any pointer in the right direction would be great..!!
thanks a lot in advance
manohar
Project 2000 when all I have is the PjField enum value for the field.
eg., if I have the PjField enum value (eg., pjTaskDate1) how to get
more information about this field through VBA code. ie., I want to
know:
1. whats the type (date/numeric/cost etc)
2. whats the name (if the default name then Date1 or if its renamed
then the new name)
3. The value (I know I can use GetField but this returns the value in
string which is pretty useless to me because duration type will return
1 Day/1 Week but I want the value stored underneath ie., 480/2400 for 1
day/1 week)
Are there inbuilt methods to do this?
sample code or any pointer in the right direction would be great..!!
thanks a lot in advance
manohar