|
|
|
|
|
NbDayDisplayed (Property) In french: NbJourAffiché
The NbDayDisplayed property is used to: - get and change the number of days displayed in an Organizer or Scheduler control.
- get the number of days displayed in a Gantt Chart control in a report.
Remark: This number of days is used for the display in "week" mode only. // Displays 2 days in the Scheduler control SCH_Scheduler1.NbDayDisplayed = 2
Syntax
Finding out the number of days displayed Hide the details
<Result> = <Control used>.NbDayDisplayed
<Result>: Integer Number of days displayed in the control. <Control used>: Control name Name of the control used: - Organizer control.
- Scheduler control.
- Gantt Chart control in a report
Modifying the number of days displayed Hide the details
<Control used>.NbDayDisplayed = <New Number of Days>
<Control used>: Control name Name of the control used: - Organizer control.
- Scheduler control.
<New Number of Days>: Integer Number of days that must be displayed in the control. Remarks - Using the OrganizerChangeMode function:
OrganizerChangeMode is used to modify the time range displayed by an Organizer control (Day/Week/Month). If the number of days displayed was configured with the NbDayDisplayed property, OrganizerChangeMode overwrites this value with the value specified in the function call. - Using the SchedulerChangeMode function:
SchedulerChangeMode is used to modify the time range displayed by a Scheduler control (Day/Week/Month). If the number of days displayed was configured with the NbDayDisplayed property, SchedulerChangeMode overwrites this value with the value specified in the function call.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|