ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Organizer functions
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:
    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
    Minimum version required
    • Version 23
    This page is also available for…
    Comments
    Click [Add] to post a comment

    Last update: 06/19/2023

    Send a report | Local help