E
Ed
Hi,
We've made extensive use of the Enterprise Global template, and as such,
want to create a custom task interface form for our Users. I am trying to
use the VB method shown in the subject line to populate a drop-down list of
valid enterprise values. The following code receives an unexpected error
with the Methos (1004).
The Enterprise Global Template is open under Administrator authority
objApp is set using GetObject(, "MSProject.Application).
lstVal is dimmed as String
lstVal = objApp.CustomFieldValueListGetItem(pjCustomResourceEnterpriseText1,
pjValueListValue, 1)
Any ideas what may be wrong? Is there a fix for this?
Thanks,
Ed
We've made extensive use of the Enterprise Global template, and as such,
want to create a custom task interface form for our Users. I am trying to
use the VB method shown in the subject line to populate a drop-down list of
valid enterprise values. The following code receives an unexpected error
with the Methos (1004).
The Enterprise Global Template is open under Administrator authority
objApp is set using GetObject(, "MSProject.Application).
lstVal is dimmed as String
lstVal = objApp.CustomFieldValueListGetItem(pjCustomResourceEnterpriseText1,
pjValueListValue, 1)
Any ideas what may be wrong? Is there a fix for this?
Thanks,
Ed