Activate
The Activate method activates a Schedule+ window.
Applies To
Schedule object
Syntax
objSchedule.Activate StartDateTime, EndDateTime, TableSelect, ItemIdSelect
Parameters
- 
StartDateTime
- 
Optional. Specifies the start date and time to select when the window is activated.
- 
EndDateTime
- 
Optional. Specifies the end date and time to select when the window is activated.
- 
TableSelect
- 
Optional. Specifies the name of the table from which the object is selected.
- 
ItemIdSelect
- 
Optional. Specifies the item identifier of the item to select.
Remarks
To activate the Contacts window, use the string “Contacts” for the TableSelect parameter. For example:
objSchedule.Activate Now, Now, "Contacts",
objContact.ItemId
 
If TableSelect is passed in, ItemIdSelect must also be passed in.
See Also
Schedule