|
|
|
|
|
SchedulerMode (Function) In french: PlanningMode Returns the display mode of a Scheduler control: day, week, month, ... Remark: The SchedulerChangeMode function is used to change the display mode of the Scheduler control..
nMode is int = SchedulerMode(PLN_MonPlanning)
IF nMode = schModeDay THEN
PLN_MonPlanning..GranularityAppointment = 15
END
Syntax
<Result> = SchedulerMode(<Scheduler control>)
<Result>: Integer Time interval displayed by the Scheduler control: | | schModeAccordingApt | Schedule that displays a number of days allowing you to see all the available appointments. | schModeCustomNbDay | Schedule for a specific number of days. | schModeDay | Schedule for a day. | schModeMonth | Schedule for a month. | schModeWeek | Schedule for a week of 5 days or for a week of 7 days. |
<Scheduler control>: Control name Name of the Scheduler control to be used. This control can correspond to:- the Scheduler control of a window,
- the Scheduler control of a report.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|