SetTaskData method: Gantt class

Syntax

SetTaskData({Record.RecordName | &Rowset})

Description

Use the SetTaskData method to specify from where the task data is to be populated, either from a record or an already instantiated rowset.

Note:

If you specify a rowset, the data in the rowset must be provided in the correct display order.

This method is required when you're creating a Gantt chart.

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.