D
Dean
I've not been able to move custom fields into the Project 2002 Global.mpt
file with the OrganizerMoveItem method. I don't get an error message; the
problem is that nothing happens. This code (on a single line) never works:
OrganizerMoveItem Type:=pjFields, FileName:=thisFileName,
ToFileName:="GLOBAL.MPT", Name:="Date1"
This code has worked unpredictably on a few occasions:
OrganizerMoveItem Type:=pjFields, FileName:=thisFileName,
ToFileName:="Global.MPT", Task:=True
I'm wondering what I'm missing.
Thanks!
file with the OrganizerMoveItem method. I don't get an error message; the
problem is that nothing happens. This code (on a single line) never works:
OrganizerMoveItem Type:=pjFields, FileName:=thisFileName,
ToFileName:="GLOBAL.MPT", Name:="Date1"
This code has worked unpredictably on a few occasions:
OrganizerMoveItem Type:=pjFields, FileName:=thisFileName,
ToFileName:="Global.MPT", Task:=True
I'm wondering what I'm missing.
Thanks!