Copying controls inside a DataGrid, at run time
Posted: Thu Jul 21, 2016 6:35 pm
I am building a sort of Gantt chart using a data grid.
Diamond shaped graphics, will sign the "milestones".
Since there could be any number of milestone on each line of the data grid, I tough about copying a single diamond graphic object (saved on the Raw Template), using the FillInData command.
This works for the first line, but not on the second one and others.
Any clue?
Thanks
Trevix
Diamond shaped graphics, will sign the "milestones".
Since there could be any number of milestone on each line of the data grid, I tough about copying a single diamond graphic object (saved on the Raw Template), using the FillInData command.
Code: Select all
on FillInData pDataArray
...
copy graphic "MilestoneTemp" to me
...
end FillInData
Any clue?
Thanks
Trevix