P
Paola (ORCL)
Hello,
I work in Oracle, and I use the MS Project, but I have a compatibility
problem with MS Project 2003. I have a macro to generate the MS
Project Plan. This macro have three sources of the information. This
sources are three files ".CSV" with the tasks, resources and
assignment information, and I have three mapping for each of them.
The follow piece of code show you how the data is imported:
...
FileOpen Name:= Path & Tasks, _
ReadOnly:=False, _
Map:="All_Tasks"
FileOpen Name:= Path + Resources, _
ReadOnly:=False, _
Map:="All_Resources"
FileOpen Name:= Path + Assignments, _
ReadOnly:=False, _
Map:="All_Assignments"
...
The import orden is very important, and this can't be changed. I made
differents test and I found that the problem appear when the last
import(Assignment) is executed.
I think that the map of "All_Assignments" not mapping correctly,
because when I edit this and I did't do any change in the
mapping, and then in the "Import Wizard - Map Options" I picked the
button "Finish", all the value tasks in the "work" column look like
fine minus only one of them, so I edit the Map again and when I
reached the "Map Options" in the "Import Wizard" and I picked
"Finish" button, before that all the value tasks look like fine.
This macro works fine in the MS Project 98 and Ms Project 2000.
Thanks in advance.
Paola
I work in Oracle, and I use the MS Project, but I have a compatibility
problem with MS Project 2003. I have a macro to generate the MS
Project Plan. This macro have three sources of the information. This
sources are three files ".CSV" with the tasks, resources and
assignment information, and I have three mapping for each of them.
The follow piece of code show you how the data is imported:
...
FileOpen Name:= Path & Tasks, _
ReadOnly:=False, _
Map:="All_Tasks"
FileOpen Name:= Path + Resources, _
ReadOnly:=False, _
Map:="All_Resources"
FileOpen Name:= Path + Assignments, _
ReadOnly:=False, _
Map:="All_Assignments"
...
The import orden is very important, and this can't be changed. I made
differents test and I found that the problem appear when the last
import(Assignment) is executed.
I think that the map of "All_Assignments" not mapping correctly,
because when I edit this and I did't do any change in the
mapping, and then in the "Import Wizard - Map Options" I picked the
button "Finish", all the value tasks in the "work" column look like
fine minus only one of them, so I edit the Map again and when I
reached the "Map Options" in the "Import Wizard" and I picked
"Finish" button, before that all the value tasks look like fine.
This macro works fine in the MS Project 98 and Ms Project 2000.
Thanks in advance.
Paola