I
Incanus
Hello:
Since it's been made clear to me at
http://groups.google.com/group/micr.../browse_thread/thread/3c69e3758a2f5f2b?hl=en#
that I can't make a Custom Enterprise Field (or any Project field)
read - only, I'd like to develop a solution through Project
Professional VBA that:
1) Captures the initial (after opening the schedule/gantt) value of a
field
2) Detects if the value is changed by the user and
3) Gives a warning and then changes the field back to it's previous
value
this VBA macro would be installed in the Global.MPT and should be
running once a project is opened.
To work 1) first, I need to identify the FieldID of a certain Custom
Enterprise Field of a given "friendly name" (that uses a pre defined
list of values), and then get it's value to store it on a global
variable.
How to do this?
Thanks in advance,
Sebastián Armas
Since it's been made clear to me at
http://groups.google.com/group/micr.../browse_thread/thread/3c69e3758a2f5f2b?hl=en#
that I can't make a Custom Enterprise Field (or any Project field)
read - only, I'd like to develop a solution through Project
Professional VBA that:
1) Captures the initial (after opening the schedule/gantt) value of a
field
2) Detects if the value is changed by the user and
3) Gives a warning and then changes the field back to it's previous
value
this VBA macro would be installed in the Global.MPT and should be
running once a project is opened.
To work 1) first, I need to identify the FieldID of a certain Custom
Enterprise Field of a given "friendly name" (that uses a pre defined
list of values), and then get it's value to store it on a global
variable.
How to do this?
Thanks in advance,
Sebastián Armas