ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Retrieving the list of tasks found between two dates Hide the details
Name of array containing the GanttTask variables. If a task corresponding to the specified criteria is found, this array will contain a single element. If no task corresponds to the specified criteria, this array will contain 0 task.
Name of the Gantt Chart column (found in a Table or TreeView Table control) to use.
Start date for task selection. If this parameter is not specified, all the tasks found in the Gantt chart will be returned.
End date for task selection. If this parameter is not specified, all the tasks found in the Gantt chart will be returned.
Retrieving information about a specific task Hide the details
Name of the array containing the GanttTask variable. If a task corresponding to the specified criteria is found, this array will contain a single element. If no task corresponds to the specified criteria, this array will contain 0 task.
Type of sought task:ganttSelectedTaskTask currently selected in the Gantt Chart control. If no task is selected, <Result> will correspond to an array of 0 element.ganttHoveredTaskTask hovered by the mouse in the Gantt Chart control. If no task is hovered, <Result> will correspond to an array of 0 element.
Last update: 09/23/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: