Compatibility problem with MS Project 2003

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
 
P

Paola (ORCL)

Sorry, please read the follow message in full english version:

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 correct this and I did't do any changes 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
 
M

Mike Glen

Hi Paola,

Try posting on the developer newsgroup. Please see FAQ Item: 24. Project
Newsgroups. FAQs, companion products and other useful Project information
can be seen at this web address: http://www.mvps.org/project/.

Mike Glen
Project MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top