|
|
|
|
|
<Scheduler>.SelectMinus (Function) In french: <Planning>.SelectMoins Deselects an appointment from a Scheduler control.
nAppointmentIndex is int
nAppointmentIndex = SCH_Schedule.AddAppointment("Vince", "Meeting with the sales team", ...
DateSys() + "1400", DateSys() + "1600")
SCH_Scheduler.SelectPlus(nAppointmentIndex)
...
SCH_Scheduler.SelectMinus()
Syntax
Deselecting an appointment identified by its index Hide the details
<Scheduler control>.SchedulerSelectMinus([<Appointment index>])
<Scheduler control>: Control name Name of the Scheduler control to be used. <Appointment index>: Optional integer Index of the appointment to deselect. Appointment indexes start at 1. If this parameter is not specified, the appointment that is currently selected is deselected. If this parameter is specified and does not correspond to the index of the appointment currently selected in the schedule, the function has no effect.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|