SetTaskName method: Gantt class
Syntax
SetTaskName(RecordName.FieldName)
Description
Use the SetTaskName method to specify the field in the record that defines the task name. If you do not specify a task name, the task ID is used in the table section of the Gantt chart.
Although this method is not required, Oracle recommends using it to display meaningful information in the table section of the Gantt chart.
Parameters
| Parameter | Description |
|---|---|
|
RecordName.FieldName |
Specify the field name and its associated record that defines the task name. The field must be of type character. |
Returns
None.
Related Topics