|
|
|
|
|
SchedulerDisplay (Function) In french: PlanningAffiche Reinitializes the content of a Scheduler control from its data source (HFSQL data file, for example). All appointments are deleted from the Scheduler control and they are recreated from the data source.
HAdd(Fic_RendezVous)
SchedulerDisplay(PLN_Planning)
Syntax
SchedulerDisplay(<Scheduler control> [, <Options>])
<Scheduler control>: Control name Name of the Scheduler control to be used. The Scheduler control must be linked to a data source. Otherwise (if the control is populated programmatically), SchedulerDisplay has no effect. <Options>: Integer constant Options for displaying the Scheduler control: | | schWithoutExecuteQuery | Used to avoid automatically re-running the query linked to the Scheduler control (for a Scheduler control linked to a query). |
Remarks - If the data source linked to the Scheduler control is a query, this query is reinitialized.
- The position in the Scheduler control is not modified.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|