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

Compare with Current View Page History

« Previous Version 2 Current »

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

Usage

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

Values

[True | False]

Default: False

Remarks

The SnapIgnoreLead property affects how appointments are snapped to the grid. By default, the very top (or bottom when resizing) of an appointment is snapped to the nearest interval. If your appointment has a lead or trail time, you might prefer that the appointments non-lead start time snaps to nearest interval. If that is the case, set this property to True.

Example

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

See Also

SnapEnabled

  • No labels