Hi,
I try to create a table with a gantt chart column. The first row should have a milestone.
The line is added, but I can´t see the blue diamond.
TableAddLine(TABLE_NoName1,"Start")
myGantt is GanttTask
myGantt.StartDate=Today()
myGantt.Row=1
myGantt.Milestone=True
myGantt.ID="1"
GanttAddTask(COL_Gantt,myGantt)
Something is wrong, but what ?
I tried tableaddline(TABLE_Noname1,"Start",mygantt). Same result.
I try to create a table with a gantt chart column. The first row should have a milestone.
The line is added, but I can´t see the blue diamond.
TableAddLine(TABLE_NoName1,"Start")
myGantt is GanttTask
myGantt.StartDate=Today()
myGantt.Row=1
myGantt.Milestone=True
myGantt.ID="1"
GanttAddTask(COL_Gantt,myGantt)
Something is wrong, but what ?
I tried tableaddline(TABLE_Noname1,"Start",mygantt). Same result.