|
|
|
|
|
MovementTask (Property) In french: DéplacementTâche
The MovementTask property is used to: - find out whether tasks can be moved by the user in a Gantt Chart column.
- allow (or not) the tasks to be moved by the user in a Gantt Chart column.
IF CBOX_Modif THEN COL_Gantt.MovementTask = True END
Syntax
Finding out whether tasks can be moved or not in a Gantt chart Hide the details
<Result> = <Gantt column>.MovementTask
<Result>: Boolean - True if the tasks can be moved.
- False otherwise.
<Gantt column>: Control name Name of the Gantt Chart column (in a Table or TreeView Table control) to be used.
Allowing (or not) the tasks to be moved in a Gantt chart Hide the details
<Gantt column>.MovementTask = <New mode>
<Gantt column>: Control name Name of the Gantt Chart column (in a Table or TreeView Table control) to be used. <New mode>: Boolean - True to allow the tasks to be moved by the user,
- True not to allow the tasks to be moved by the user.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|