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
Deletes an appointment from an Organizer control. If the Organizer control is linked to a data source, the appointment is also deleted from the data source.
// Deletes the selected appointment from the Organizer control 
OrganizerDeleteAppointment(ORG_Organizer1)
// Deletes the first added appointment
OrganizerDeleteAppointment(ORG_Organizer1, 1)
Sintaxis

Deleting an appointment identified by its index Ocultar los detalles

OrganizerDeleteAppointment(<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.
  • an Organizer control in a report.
  • WEBDEV - Código ServidorPHP an Organizer control in a page.
<Appointment index>: Optional integer
Index of the appointment to be deleted. The index of the first appointment is set to 1. If this parameter is not specified, the selected appointment will be deleted.
WINDEVWEBDEV - Código ServidoriPhone/iPadMac Catalyst

Deleting an appointment identified by an Appointment variable Ocultar los detalles

OrganizerDeleteAppointment(<Organizer control> [, <Appointment to delete>])
<Organizer control>: Control name
Name of the Organizer control to be used. This field may correspond to:
  • WINDEViPhone/iPadMac Catalyst an Organizer control in a window.
  • an Organizer control in a report.
  • WEBDEV - Código Servidor an Organizer control in a page.
<Appointment to delete>: Appointment variable
Name of the Appointment variable that corresponds to the appointment to delete.
If this parameter is not specified, the selected appointment will be deleted.
WINDEVWEBDEV - Código ServidoriPhone/iPadMac Catalyst

Deleting multiple appointments Ocultar los detalles

OrganizerDeleteAppointment(<Organizer control> [, <Appointment to delete>])
<Organizer control>: Control name
Name of the Organizer control to be used. This field may correspond to:
  • WINDEViPhone/iPadMac Catalyst an Organizer control in a window.
  • an Organizer control in a report.
  • WEBDEV - Código Servidor an Organizer control in a page.
<Appointment to delete>: Array of Appointment variables
Name of the variable of type Array of Appointment that corresponds to the appointments to be deleted.
If this parameter is not specified, the selected appointment will be deleted.
Clasificación Lógica de negocio / UI: Código UI
Componente: wd300mdl.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: 25/03/2025

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