|
|
|
|
|
SchedulerAddResource (Function) Adds a new resource into a Scheduler control.
SchedulerAddResource(SCH_RoomOccupancy, Meeting.Name + gStoredValue(Meeting.MeetingID))
Novedad versión 2025Sintaxis
<Result> = SchedulerAddResource(<Scheduler control> , <Resource> [, <Image>])
<Result>: Integer - Index of added resource,
- -1 if an error occurred. ErrorInfo is used to identify the error.
<Scheduler control>: Control name Name of Scheduler control into which the resource will be added. This field may correspond to: - the Scheduler control of a window,
- the Scheduler control of a page,
- the Scheduler control of a report.
<Resource>: Character string Name of the added resource. An invisible value can be added by gStoredValue.
Novedad versión 2025 <Image>: Optional character string Path and name of the background image for the title of the resource. This image is displayed below the header of the row or column containing the name of the resource.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|