Purpose: Sets the value for a task line ValueSet
Returns: none
|
Argument |
Type |
Required |
Purpose |
|
1 |
Integer |
Yes |
Task Number |
|
2 |
String |
Yes |
ValueSet Name |
|
3 |
String |
Yes |
Date |
|
4 |
Variant |
Yes |
New ValueSet Value |
Notes:
The SetValueSetValue and SetTasklineValueSetValue functions will allocate or reallocate the referenced ValueSets if they have not been initialized or if the date is outside the current date range of the ValueSet. However, the ValueSet name must be defined already in the file.
Example: Sets task line 3's Budget ValueSet value for 2/25/02 to 30342
With objMilestones
.SetTaskLineValueSetValue 3,"Budget","2/25/18",30342
End With
To effectively program with this interface, it's important to learn all about Milestones Professional. Learn about Milestones.
Milestones Professional 2023 Automation Methods and Properties. © Copyright 2000-2023, KIDASA Software, Inc. All rights reserved.