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.
// Add a new appointment in an HFSQL data file
HAdd(FILE_Appointment)
// Reinitialize the Organizer control
OrganizerDisplay(ORG_Organizer)
Syntax
OrganizerDisplay(<Organizer control>)
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