|
|
|
|
|
StartDatePeriodDisplayed (Property) In french: DateDébutPériodeAffichée
The StartDatePeriodDisplayed property gets the start date of the range displayed in a Scheduler or Organizer control of a report. // "Before printing the header block" process SCH_MySchedule.CaptionPeriodHeader = ... " Week from " + DateToString(SCH_MySchedule.StartDatePeriodDisplayed) + ... " to " + DateToString(SCH_MySchedule.EndDatePeriodDisplayed)
Syntax
Getting the start date of the range displayed in the report Hide the details
<Start date> = <Control used>.StartDatePeriodDisplayed
<Start date>: Character string or Date variable Start date of the range displayed in the report. <Control used>: Control name Name of the Scheduler or Organizer control in the report.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|