G
G Lykos
Greetings! Have written a small program to set Gantt chart milestone
symbols to a frame StartType if not complete, solid if complete. Have
settled upon looping through the i Items defined styles for milestone tasks
via GanttBarStyleEdit. It appears that this table can have up to 40
entries.
Question: How can I determine the length of the defined styles list?
Problem is that if I set i to the maximum possible, the code chokes when it
goes beyond the defined styles, but the number of defined styles is variable
and file-specific. However, I don't see how to read the list to test the
Items for existence, or see a .count attribute, or other handle.
Thanks,
George
symbols to a frame StartType if not complete, solid if complete. Have
settled upon looping through the i Items defined styles for milestone tasks
via GanttBarStyleEdit. It appears that this table can have up to 40
entries.
Question: How can I determine the length of the defined styles list?
Problem is that if I set i to the maximum possible, the code chokes when it
goes beyond the defined styles, but the number of defined styles is variable
and file-specific. However, I don't see how to read the list to test the
Items for existence, or see a .count attribute, or other handle.
Thanks,
George