ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Organizer functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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
// Ajout d'un rendez-vous dans un fichier de données HFSQL
HAdd(FIC_RendezVous)
// Réinitialisation du champ Agenda
OrganizerDisplay(AGD_Agenda)
Syntax
OrganizerDisplay(<Organizer control>)
<Organizer control>: Control name
Name of the Organizer control to be used. This field may correspond to:
  • WINDEV an Organizer control in a window.
The Organizer control must be linked to a data source. Otherwise (if the control is populated programmatically), 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: wd300obj.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help