AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Agenda
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Modifies the time range displayed by an Organizer control (Day/Week/Month).
Ejemplo
// Affiche les quatre premiers jours de la semaine
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:
  • AndroidiPhone/iPadMac Catalyst 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:
orgzCustomNbDayDisplays the organizer on the number of days specify in <Number of days>.
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. 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.
Observaciones
OrganizerChangeMode replaces OrganizerChangeZoom (kept for backward compatibility).
Componente: wd300mdl.dll
Versión mínima requerida
  • Versión 16
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 24/09/2024

Señalar un error o enviar una sugerencia | Ayuda local