ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Retrieving the list of appointments found between two dates Hide the details
Array containing the Appointment variables. If an appointment corresponding to the specified criteria exists, this array will contain a single element. If no appointment corresponds to the specified criteria, this array will contain 0 appointment.
Name of Scheduler control to use. This control can correspond to: the Scheduler control of a window,the Scheduler control of a page,Versions 17 and laterthe Scheduler control of a report.New in version 17the Scheduler control of a report.the Scheduler control of a report.
Name of resource to which the appointments will be associated. If this parameter is not specified (or if it corresponds to an empty string), all appointments of all resources will be returned. Remark: If the schedule resources have been created with <Scheduler>.AddResource by using gLink, this parameter must correspond to the value specified in gLink for this resource.
Start date for selecting the appointments. If this parameter is not specified, all the appointments found in the Scheduler control will be returned.
End date for selecting the appointments. If this parameter is not specified, all appointments found from <Start date> will be returned.
Retrieving the information about a specific appointment Hide the details
Name of array containing the Appointment variables. If an appointment corresponding to the specified criteria exists, this array will contain a single element. If no appointment corresponds to the specified criteria, this array will contain 0 appointment.
Type of appointment sought: schAptSelectedAppointment currently selected in the Scheduler control. If no appointment is selected, <Result> will correspond to an array of 0 element.schAptHoveredAppointment hovered by the mouse cursor in the Scheduler control. If no appointment is hovered, <Result> will correspond to an array of 0 element.
Last update: 09/21/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: