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 previous area (previous weeks for example) in a Scheduler control. The Scheduler control is displayed from the day corresponding to the previous 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 [PREVIOUS] Button control
SchedulerDisplayPreviousPeriod(SCH_OfficeScheduling)
Syntax
SchedulerDisplayPreviousPeriod(<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