Purpose: Refresh the Milestones screen.
Notes:
Most commands, even though they alter the contents of the chart, do not cause the screen to redraw. This prevents needless flashing of the screen as a program is running.
If many task lines or symbols are being added to a schedule they should be added all at once. Then, redraw (refresh) after all updates are complete.
To refresh a single task, use refreshtask.
Example: Place text into the description cell in column 1 of row 2 and then cause Milestones to update the screen display.
With objMilestones
.PutCell 2, 1, "This is the description text."
End With
Related Topics
To effectively program with this interface, it's important to learn all about Milestones Professional. Learn about Milestones.
Milestones Professional 2025 Automation Methods and Properties. © Copyright 2000-2025, KIDASA Software, Inc. All rights reserved.