I
Iglesias
Hello,
Sorry, I'm not a programmer
I want to automatically fulfill some attributes for a new task from the
parent task. So I need first to see if the new task has parent. How can I get
that if the task has a parent? Which is the right vba syntax please?
task.parent = True
or
task.parent
or
task.outlineparent = True
or
task.outlineParent
?
The other question (the other form how to resolve this) is:
Exists an event that react when I put a task like a children of other task?
An event "ProjTaskNew" exists, but when you first create a task and then
indent him behind his parent,
For your help, thank you in advance.
Erik Iglesias Abella.
Sorry, I'm not a programmer
I want to automatically fulfill some attributes for a new task from the
parent task. So I need first to see if the new task has parent. How can I get
that if the task has a parent? Which is the right vba syntax please?
task.parent = True
or
task.parent
or
task.outlineparent = True
or
task.outlineParent
?
The other question (the other form how to resolve this) is:
Exists an event that react when I put a task like a children of other task?
An event "ProjTaskNew" exists, but when you first create a task and then
indent him behind his parent,
For your help, thank you in advance.
Erik Iglesias Abella.