Brings a given appointment into view.

Syntax

Send_Message(CtrlEntId, "OLE.EnsureVisible", ApptID)

Parameters

ParameterDescription
ApptIDKey to an existing appointment.

Remarks

The EnsureVisible method changes the calendars current view to whatever day, week, or month contains the given appointment. The appointment is not selected.

Example

// We just want to jump to the date containing appoint 10001
Send_Message(@Window:".OLE_CALENDAR", "OLE.EnsureVisible", "10001") 
  • No labels