SetTaskDependencyParentID method: Gantt class
Syntax
SetTaskDependencyParentID(RecordName.FieldName)
Description
The depender task is the task where the dependency arrow originates. Use the SetTaskDependencyParentID method to specify the field in the record that defines the task ID for the depender task.
The ID must match up to an ID in the Task data set.
This method is required if you specify dependency data.
Parameters
| Parameter | Description |
|---|---|
|
RecordName.FieldName |
Specify the field and its associated record that defines the task ID for the depender task. This field must be of type number. |
Returns
None.