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
Deselects an appointment from an Organizer control.
Ejemplo
// Ajout d'un rendez-vous dans un champ Agenda
nRangRendezVous is int
nRangRendezVous = OrganizerAddAppointment(AGD_MonAgenda, ...
				"Réunion équipe commerciale", ...
				DateSys() + "1400", DateSys() + "1600")
// Sélection du rendez-vous ajouté
OrganizerSelectPlus(AGD_MonAgenda, nRangRendezVous)
...
// Clic sur le champ Bouton "Désélectionner"
OrganizerSelectMinus(AGD_MonAgenda)
Sintaxis

Deselecting an appointment identified by its index Ocultar los detalles

OrganizerSelectMinus(<Organizer control> [, <Appointment index>])
<Organizer control>: Control name
Name of the Organizer control to be used. This field may correspond to:
  • WINDEVAndroidiPhone/iPadMac Catalyst an Organizer control in a window.
  • WEBDEV - Código ServidorPHP an Organizer control in a page.
<Appointment index>: Optional integer
Index of the appointment to deselect. Appointment indexes start at 1.
If this parameter is not specified, the appointment that is currently selected is deselected.
If this parameter is specified and does not match the index of the appointment currently selected in the Organizer control, the function has no effect.
WINDEViPhone/iPadMac Catalyst

Deselecting an appointment identified by an Appointment variable Ocultar los detalles

OrganizerSelectMinus(<Organizer control> [, <Appointment to deselect>])
<Organizer control>: Control name
Name of the Organizer control to use (control in a window).
<Appointment to deselect>: Optional Appointment variable
Name of the Appointment that corresponds to the appointment to deselect.
If this parameter is not specified, the appointment that is currently selected is deselected.
If this parameter is specified and does not correspond to the appointment currently selected in the Organizer control, the function has no effect.
Clasificación Lógica de negocio / UI: Código UI
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 15
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

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