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 / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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
The ModificationDurationAPT property is used to determine and specify if the user can modify the duration of an appointment in a Scheduler or Organizer control.
This property is equivalent to the "Modification of the duration" option found in the "Details" tab of the description window of the Scheduler and Organizer controls.
Ejemplo
IF gbModifMode = True THEN
ORG_MyOrganizer.MovementAPT = True
ORG_MyOrganizer.ModificationDurationAPT = True
ORG_MyOrganizer.DirectInputAPT = True
ORG_MyOrganizer.PeriodSelection = True
ELSE
ORG_MyOrganizer.MovementAPT = False
ORG_MyOrganizer.ModificationDurationAPT = False
ORG_MyOrganizer.DirectInputAPT = False
ORG_MyOrganizer.PeriodSelection = False
END
Sintaxis

Finding out whether the user can modify the duration of an appointment Ocultar los detalles

<Result> = <Control used>.ModificationDurationAPT
<Result>: Boolean
  • True if the appointment duration can be modified by the user,
  • False if appointment duration cannot be modified by the user.
<Control used>: Control name
Name of the Organizer or Scheduler control used.

Allowing of preventing the user from changing the duration of appointments Ocultar los detalles

<Control used>.ModificationDurationAPT = <Modifiable Duration>
<Control used>: Control name
Name of the Organizer or Scheduler control used.
<Modifiable Duration>: Boolean
  • Real to make the appointment duration modifiable by the user,
  • False to prevent the user from modifying the duration of appointments.
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: 10/05/2025

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