ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Scheduler functions
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: SchedulerDisplayPreviousPeriod and SchedulerDisplayNextPeriod 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
SchedulerDisplayNextPeriod(SCH_OfficeScheduling)
Syntax
SchedulerDisplayNextPeriod(<Scheduler control>)
<Scheduler control>: Control name
Name of Scheduler control to use.
Component: wd290obj.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help