Purpose: Refresh the task line given in argument 1.
|
Argument |
Type |
Required |
Purpose |
|
1 |
Integer |
Yes |
Task to refresh (1 based) |
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.
Example: Place text into the description cell in column 1 of row 2 and then cause Milestones to update the screen display for just that task line.
With objMilestones
.PutCell 2, 1, "This is the description text."
.RefreshTask 2
End With
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.