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
HAdd(FILE_Appointment)
// Reinitialize the Organizer control
OrganizerDisplay(ORG_Organizer)
Syntax
OrganizerDisplay(<Organizer control>)
<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), OrganizerDisplay 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 16
    This page is also available for…
    Comments
    Click [Add] to post a comment

    Last update: 05/26/2022

    Send a report | Local help