|
|
|
|
|
<Organizer>.DateVisible (Función) Makes a day visible or invisible in an Organizer control. Note: The day made invisible will no longer appear if the calendar is displayed on a weekly basis.
CeMercredi is Date = DateSys()
CeMercredi.Jour += 3 - CeMercredi.VersJour()
AGD_MonAgenda.DateVisible(CeMercredi, False)
Sintaxis
Hacer visible o invisible un día Ocultar los detalles
<Organizer control>.DateVisible(<Date> , <Visible>)
<Organizer control>: Nombre del control Name of Organizer control to use (found in a window) <Date>: Cadena de caracteres o variable de tipo Date Date to be made visible or invisible. This date is in "YYYYMMDD" format. <Visible>: booleano - True to make the date visible,
- False to make the date invisible.
Averiguar si un día es visible o invisible Ocultar los detalles
<Result> = <Organizer control>.DateVisible(<Date>)
<Result>: booleano - True if the date is visible,
- False if the date is invisible.
<Organizer control>: Nombre del control Name of Organizer control to use (found in a window) <Date>: Cadena de caracteres o variable de tipo Date Date to use. This date is in "YYYYMMDD" format. Observaciones - The invisible days are "skipped" when drawing the organizer.
For example, if a Wednesday is invisible, the Organizer control displays Tuesday and then Thursday. - The display is refreshed immediately or when changing period:
- If the Organizer control currently displays only one day and that day becomes invisible, the day is made invisible when the day or period is changed.
- If the Organizer control displays 1 week, invisible days are not displayed but the Organizer control does not display more days.
- If the Organizer control displays 1 month, the invisible days are displayed (there are no "holes" in the calendar).
- If an appointment lasts during several days (among which 1 invisible day), it will visually appear as being shorter.
Clasificación Lógica de negocio / UI: Código UI
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|