SetTaskAppData method: Gantt class
Syntax
SetTaskAppData(RecordName.FieldName1 [, RecordName.FieldName2 [,RecordName.FieldName3. . .]])
Description
Use the SetTaskAppData method to specify the fields in the record that define the application data to be viewed in the table section.
In the table section, column one (or the left-most column) always displays the work breakdown structure (WBS) numbering (if given) and name of the task (or task ID if the name is not given). This method allows applications to define additional task data columns to be displayed in the right-most columns of the table section.
Parameters
| Parameter | Description |
|---|---|
|
RecordName.FieldNames |
Specify the fields and their associated record that defines one or more application specific fields to be displayed as a column in the table section. The order in which the fields are given as parameters defines their column order in the table section. Because the task name (or task ID if the name is not given) is always shown in column one, the first record field value is displayed in column two. |
Returns
None.