SetTaskDependencyData method: Gantt class
Syntax
SetTaskDependencyData({RecordName | &Rowset})
Description
Use the SetTaskDependencyData method to specify either a record, or an already instantiated rowset, that contains the dependency data.
Note:
If you specify a rowset, the data in the rowset must be provided in the correct display order.
Parameters
| Parameter | Description |
|---|---|
|
RecordName | &Rowset |
Specify the record or rowset that contains the task data. If you specify a record, you must prefix the record name with the keyword Record. |
Returns
None.