|
|
|
|
OrganizerDeleteAll (Function) In french: AgendaSupprimeTout Deletes all the appointments from an Organizer control. Remarks: - For an Organizer control populated programmatically, all appointments are deleted.
- For an Organizer control based on a data file or on a variable, appointments are only deleted from the control. The appointments are kept in the data source linked to the control.
// Delete appointments from the ORG_MyOrganizer control OrganizerDeleteAll(ORG_MyOrganizer)
Syntax
OrganizerDeleteAll(<Organizer control>)
<Organizer control>: Control name Name of the Organizer control to be used. This control can correspond to: an Organizer control in a window. - an Organizer control in a report.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|