You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The currently selected appointments.

Usage

Set_Property(CtrlEntID, "OLE.SelAppts", Value)

Values

@FM delimited list of appointment keys. 

Default: ""

Remarks

The SelAppts property is the list of currently selected appointments. Setting this property programmatically selects appointments. At any time, you can read this property to determine what is selected. If nothing is selected, this property is "".

Example

// Get the selected appointments
SelectedAppts = Get_Property(@Window:".OLE_CALENDAR", "OLE.SelAppts")
 
// Select the appointment with the key "001"
Set_Property(@Window:".OLE_CALENDAR", "OLE.SelAppts", "001")



  • No labels