|
|
|
|
OrganizerDisplayNextPeriod (Function) In french: AgendaAffichePériodeSuivante Moves the time area displayed to the next area (next weeks for example) in an Organizer control. The Organizer control is displayed from the day corresponding to the next time area. Remarks:
// Switch to monthly display OrganizerChangeMode(ORG_MyOrganizer, orgzMonth) // Display the current month OrganizerPosition(ORG_MyOrganizer, DateSys()) // Switch to the next month OrganizerDisplayNextPeriod(ORG_MyOrganizer)
Syntax
OrganizerDisplayNextPeriod(<Organizer control>)
<Organizer control>: Control name Name of the Organizer control to be used. This control can correspond to: an Organizer control in a window.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|