|
|
|
|
|
SelectedResource (Property) In french: RessourceSélectionnée
The SelectedResource property returns the name of the resource that corresponds to the user's selection in a Scheduler control. // Click code on BTN_NEW_APT button MyAPT is Appointment IF SCH_Scheduler1.SelectedResource = "" THEN RETURN END Â MyAPT.StartDate = SCH_Scheduler1.StartDate MyAPT.EndDate = SCH_Scheduler1.EndDate MyAPT.Resource = SCH_Scheduler1.SelectedResource
Syntax
<Result> = <Scheduler control>.SelectedResource
<Result>: Character string - Name of the selected resource,
- Empty string ("") if no resource is selected.
If the resources in the schedule have been created with SchedulerAddResource by using gStoredValue, the resource name will correspond to the value specified in gStoredValue for this resource.
<Scheduler control>: Control name Name of the Scheduler control used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|