SetTaskDrill method: Gantt class
Syntax
SetTaskDrill(Recordname.FieldName)
Description
Use the SetTaskDrill method to specify for which field PeopleCode FieldEdit and FieldChange events will execute when the user clicks the task bar.
The field can be any field that is loaded in the component buffer.
The system does not change the value in the field when the user clicks the field. Any changes or other processing for the field must be done within the PeopleCode program.
Parameters
| Parameter | Description |
|---|---|
|
RecordName.FieldName |
Specify the record name and the field name of the field to be used for field change processing. The field must be available in the component buffer. |
Returns
None.