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 del planificador
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
Reinitializes the content of a Scheduler control from its data source (HFSQL data file, for example). All appointments are deleted from the Scheduler control and they are recreated from the data source.
Ejemplo
// Add a new appointment in an HFSQL data file
HAdd(File_Appointment)
// Reinitialize the Scheduler control
SchedulerDisplay(SCH_Schedule)
Sintaxis
SchedulerDisplay(<Scheduler control> [, <Options>])
<Scheduler control>: Control name
Name of the Scheduler control to be used.
The Scheduler control must be linked to a data source. Otherwise (if the control is populated programmatically), SchedulerDisplay has no effect.
<Options>: Integer constant
Options for displaying the Scheduler control:
schWithoutExecuteQueryUsed to avoid automatically re-running the query linked to the Scheduler control (for a Scheduler control linked to a query).
Observaciones
  • If the data source linked to the Scheduler control is a query, this query is reinitialized.
  • The position in the Scheduler control is not modified.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 16
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 08/12/2024

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