|
|
|
|
|
SchedulerDisplayNextPeriod (Function) In french: PlanningAffichePeriodeSuivante 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.
// Click the BTN_Next Button control SchedulerDisplayNextPeriod(SCH_OfficeScheduling)
Syntax
SchedulerDisplayNextPeriod(<Scheduler control>)
<Scheduler control>: Control name Name of Scheduler control to use.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|