ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Organizer functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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.
Example
// 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:
orgzDayDisplay the organizer on one day.
orgzMonthDisplay the organizer on one month.
orgzWeekDisplays the organizer on the number of days specify in <Number of days>.
orgzWeekOn5Display 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:
WD Organizer 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.
WD Handling the Organizer control 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
Component: wd290mdl.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help