Versions Compared

Key

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

Determines if the lead/trail times should be ignored when snapping appointments.

Info

Added in 4.1.18

Usage

Code Block
Set_Property(OLECtrlEntID, "OLE.SnapIgnoreLead", Boolean)

...

Code Block
// Snap to the appointment's non-lead start time
Set_Property(@Window:".OLE_SCHEDULE", "OLE.SnapIgnoreLead", Yes$)

See Also

SnapEnabled