|
|
|
|
|
OrganizerSelectMinus (Function) In french: AgendaSelectMoins Deselects an appointment from an Organizer control.
nRangRendezVous is int
nRangRendezVous = OrganizerAddAppointment(AGD_MonAgenda, ...
"Réunion équipe commerciale", ...
DateSys() + "1400", DateSys() + "1600")
OrganizerSelectPlus(AGD_MonAgenda, nRangRendezVous)
...
OrganizerSelectMinus(AGD_MonAgenda)
Syntax
Deselecting an appointment identified by its index Hide the details
OrganizerSelectMinus(<Organizer control> [, <Appointment index>])
<Organizer control>: Control name Name of the Organizer control to be used. This field may correspond to: an Organizer control in a window.
<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 match the index of the appointment currently selected in the Organizer control, the function has no effect. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|