Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setting this property does not force the Schedule to that appointment's day. You must set the Date property first, before setting this property to successfully move to the newly selected date.

...

Code Block
// Select an appointment and make sure it's date becomes visible 
Appt = Get_Property(@Window:".OLE_SCHEDULE", "OLE.Appt[":ApptID:"]") 
NewDate = Field(Appt<2>, '.', 1) 
Set_Property(@Window:".OLE_SCHEDULE", "OLE.Date", NewDate) 
Set_Property(@Window:".OLE_SCHEDULE", "OLE.SelAppt", ApptID) 

// Get the selected appointment 
SelAppt = Get_Property(@Window:".OLE_SCHEDULE", "OLE.SelAppt")

See Also

AppointmentListApptApptLocked