AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones del planificador
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
SchedulerDeleteAll (Function)
In french: PlanningSupprimeTout
Deletes all appointments and resources from a Scheduler control.
Remark:
  • For a Scheduler control populated programmatically, all appointments and resources are deleted.
  • For a Scheduler control based on a data file or on a variable, the appointments and resources are only deleted from the Scheduler control. The appointments and the resources are kept in the data source linked to the control.
Universal Windows 10 App In Universal Windows 10 App mode, this function can only be used to handle the Scheduler controls found in a report.
Example
// Delete the entire content from the SCH_Schedule control
SchedulerDeleteAll(SCH_Schedule)
Syntax
SchedulerDeleteAll(<Scheduler control>)
<Scheduler control>: Control name
Name of Scheduler control from which all appointments and resources will be deleted. This control can correspond to:
  • the Scheduler control of a window,
  • the Scheduler control of a page,
  • the Scheduler control of a report.
Related Examples:
WD Schedule Complete examples (WINDEV): WD Schedule
[ + ] This example presents the management of a graphic schedule.

The following topics are presented in this example:
1/ the scheduler control
2/ the Google Calendar functions
Component: wd290mdl.dll
Versión mínima requerida
  • Versión 16
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/06/2023

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