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
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control. The Scheduler control is displayed from the day corresponding to the next time area.
Remark: <Scheduler>.DisplayPreviousPeriod and <Scheduler>.DisplayNextPeriod allow you to simply set up "Next / Previous" Button controls. These controls allow you to scroll through the time areas displayed by the Scheduler control.
Example
// Click the BTN_Next Button control
SCH_RoomScheduler.DisplayNextPeriod()
Syntax
<Scheduler control>.DisplayNextPeriod()
<Scheduler control>: Control name
Name of Scheduler control to use.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 23
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