|
|
|
|
|
<Organizer>.SelectPlus (Function) In french: <Agenda>.SelectPlus Selects an appointment in an Organizer control.
AGD_MonAgenda.SelectPlus(1)
tabRendezVous is array of Appointment
tabRendezVous = AGD_MonAgenda.ListeRendezVous(orgAptSelected)
IndiceAjout is int
gMonRendezVous is Appointment
IndiceAjout = AGD_MonAgenda.AjouteRendezVous(gMonRendezVous)
AGD_MonAgenda.SelectPlus(IndiceAjout)
Syntax
Selecting an appointment identified by its index Hide the details
<Organizer control>.SelectPlus(<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>: Integer Index of the appointment to be selected. Appointment indexes start from 1.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|