AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Agenda
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example). All the appointments are deleted from the Organizer control and created again from the data source.
Example
// Add a new appointment in an HFSQL data file
FILE_Appointment.Add()
// Reinitialize the Organizer control
ORG_Organizer.Display()
Syntax
<Organizer control>.Display()
<Organizer control>: Control name
Name of the Organizer control to be used. This control can correspond to:
  • WINDEViPhone/iPadMac Catalyst an Organizer control in a window.
  • WEBDEV - Server codePHP an Organizer control in a page.
The Organizer control must be linked to a data source. Otherwise (if the control is filled through programming), <Organizer>.Display has no effect.
Remarks
  • If the data source linked to the Organizer control is a query, this query is reinitialized.
  • The position in the Organizer control is not modified.
Business / UI classification: UI Code
Component: wd290obj.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 19/06/2023

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