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