|
|
|
|
|
OrganizerChangeZoom (Function) In french: AgendaChangeZoom
Warning
From version 17, this function is kept for backward compatibility. This function is replaced with OrganizerChangeMode.
Modifies the display mode of an Organizer control. The time range displayed can be the day, the week or the month. // Displays the first four days of the week OrganizerChangeZoom(ORG_MyOrganizer, orgzWeek, 4) Syntax
OrganizerChangeZoom(<Organizer control> , <Display range> [, <Number of days>])
<Organizer control>: Control name Name of Organizer control. This control can correspond to: - an Organizer control in a window or in a page,
- an Organizer control in a report.
<Display range>: Integer constant Time range that must be displayed in the Organizer control: | | 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 in the week. If this parameter is not specified, the organizer will be displayed on a full week. This parameter is taken into account only if <Display Range> is set to orgzWeek.
Related Examples:
|
Complete examples (WINDEV): WD Organizer
[ + ] This example is used to synchronize some appointments between your Outlook, Lotus Notes and Google calendars. Based on the Organizer control, you have the ability to create, modify, move or delete the appointments. you also have the ability to classify the appointments by category and to link them to several external organizers.
|
|
Training (WINDEV): WD Handling the Organizer control
[ + ] WD Handling the Organizer control is a simple example for using the Organizer control. The following features are used: - Creating an appointment - Saving an organizer - Restoring an organizer
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|