|
|
|
|
|
OrganizerChangeMode (Function) Modifies the time range displayed by an Organizer control (Day/Week/Month).
OrganizerChangeMode(AGD_MonAgenda, orgzWeek, 4)
Sintaxis
OrganizerChangeMode(<Organizer control> , <Display range> [, <Number of days>])
<Organizer control>: Control name Name of the Organizer control to be used. This field may correspond to:   an Organizer control in a window. - an Organizer control in a report.
<Display range>: Integer constant Time range that must be displayed in the Organizer control: | | orgzCustomNbDay | Displays the organizer on the number of days specify in <Number of days>. | orgzDay | Display the organizer on one day. | orgzMonth | Display the organizer on one month. | orgzWeek | Displays the organizer on the number of days specify in <Number of days>. | orgzWeekOn5 | Display the organizer on 5 days (the weekend is not displayed). |
<Number of days>: Optional integer Number of days displayed. If the parameter <Display range> is equal to: - agzWeek: Number of days displayed in the week. If this parameter is not specified, the organizer will be displayed on a full week.
- agzNbCustomizedDay: Number of days displayed in the Organizer control.
In other cases, a WLanguage error is displayed.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|