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.
Pienso que el mapa de "All_Assignments" no traz correctamente, porque cuando
corrijo este y el did't hace cualquier cambio el cambio del plan del
proyecto. Cuando en "mago de la importación - ventana de las opciones del
mapa" escogà el botón del "final", toda la tarea del valor del parecer del
"trabajo" de la columna correctamente menos solamente uno, asà que corrijo el
mapa otra vez y cuando alcancé en la las "opciones del mapa" "mago de la
importación" y elegà "final" todo el las tareas del valor parecen
correctamente.
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.
Pienso que el mapa de "All_Assignments" no traz correctamente, porque cuando
corrijo este y el did't hace cualquier cambio el cambio del plan del
proyecto. Cuando en "mago de la importación - ventana de las opciones del
mapa" escogà el botón del "final", toda la tarea del valor del parecer del
"trabajo" de la columna correctamente menos solamente uno, asà que corrijo el
mapa otra vez y cuando alcancé en la las "opciones del mapa" "mago de la
importación" y elegà "final" todo el las tareas del valor parecen
correctamente.
This macro works fine in the MS Project 98 and Ms Project 2000.
Thanks in advance.
Paola