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