|
|
|
|
|
SchedulerDeleteAppointment (Function) In french: PlanningSupprimeRendezVous Deletes an appointment from a Scheduler control. If the Scheduler control is linked to a data source, the appointment is also deleted from the data source.
// Deletes the selected appointment from the SCH_Schedule control SchedulerDeleteAppointment(SCH_Schedule)
// Deletes the first added appointment SchedulerDeleteAppointment(SCH_Schedule, 1)
Syntax
Deleting an appointment identified by its index Hide the details
SchedulerDeleteAppointment(<Scheduler control> [, <Appointment index>])
<Scheduler control>: Control name Name of Scheduler control to use. This control can correspond to: - the Scheduler control of a window,
- the Scheduler control of a page,
- the Scheduler control of a report.
<Appointment index>: Optional integer Index of the appointment to be deleted. The index of the first appointment is set to 1. If this parameter is not specified, the selected appointment will be deleted. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|