H
henriquerudiger
hello,
i need read a custom field "x"
and write x.value in another custom field "y"
I am try read in this manner
this code in vb.net
Dim p1 As New MSProject.Application
Dim a As String
a = p1.Application.CustomFieldValueListGetItem
(MSProject.PjCustomField.pjCustomProjectEnterpriseCost1,
MSProject.PjValueListItem.pjValueListValue, 0)
I am not undertand how to do this.
How I using this property or
how i acess a customfiel.value by a activeproject
using vb.net ?
I have more than 1000 projects to update, with more
than 100 custom fiels in every project.
I not wish make this in VBA. I need make a service.
In VBA is easy, but whithout VBA ?
tks
(e-mail address removed)
i need read a custom field "x"
and write x.value in another custom field "y"
I am try read in this manner
this code in vb.net
Dim p1 As New MSProject.Application
Dim a As String
a = p1.Application.CustomFieldValueListGetItem
(MSProject.PjCustomField.pjCustomProjectEnterpriseCost1,
MSProject.PjValueListItem.pjValueListValue, 0)
I am not undertand how to do this.
How I using this property or
how i acess a customfiel.value by a activeproject
using vb.net ?
I have more than 1000 projects to update, with more
than 100 custom fiels in every project.
I not wish make this in VBA. I need make a service.
In VBA is easy, but whithout VBA ?
tks
(e-mail address removed)