Y
Yoav
Hi,
I wrote a code which worked in a single project with SelectTaskField:
SelectTaskField Row:=RowID, Column:="Name", RowRelative:=False
When trying to run this code in a master project (a project with
inserts), this code didn't work.
As I can use the following code in a master project: SetTaskField
Field:="Notes", Value:="True", TaskID:=ProjectRowID,
*ProjectName*:=ProjectName,
how can I relate to a specific project name is SelectTaskField in a
master project?
I wrote a code which worked in a single project with SelectTaskField:
SelectTaskField Row:=RowID, Column:="Name", RowRelative:=False
When trying to run this code in a master project (a project with
inserts), this code didn't work.
As I can use the following code in a master project: SetTaskField
Field:="Notes", Value:="True", TaskID:=ProjectRowID,
*ProjectName*:=ProjectName,
how can I relate to a specific project name is SelectTaskField in a
master project?