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
Defines a background color for a time slot in an Organizer control.
Warning: The background color changed is not that of the appointment, but that of the specified time slot.
Novedad versión 2025
WEBDEV - Código ServidorLinux This function is now available for WEBDEV websites in Windows and Linux.
Ejemplo
// October 12, 13 and 14, 2011 will be displayed on a red background
OrganizerBackgroundColor(ORG_MyOrganizer, "20111012", "20111015", iLightRed)
Sintaxis
OrganizerBackgroundColor(<Organizer control> , <Start of time period> , <End of time period> , <Color>)
<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.
<Start of time period>: Character string or DateTime variable
Start date and time of time period to color.
  • If the date format is 00000000HHMMSS, all the days are affected.
  • If the date format is YYYYMMDD, all the hours of the day are assigned..
<End of time period>: Character string or DateTime variable
End date and time of time period to color.
<Color>: entier
Background color of time period. This color can correspond to:
Note: If this parameter corresponds to -1 or to the constant Transparentthe default background color is restored.
Observaciones
The granularity of time period using a specific background color is limited to the granularity of drawing.
Clasificación Lógica de negocio / UI: Código UI
Componente: wd300mdl.dll
Versión mínima requerida
  • Versión 17
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 28/03/2025

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