AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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.
Example
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.
Versión mínima requerida
  • Versión 19
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local