Indicates whether or not the user can SHIFT + DRAG to create or modify appointment trail times.

Usage

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

Values

[True | False]

Default: True

Remarks

The AllowTrialTime flag allows the developer to enable or disable the ability to SHIFT + DRAG to create or modify trail times. When on, the user can hold the SHIFT key while dragging to create or modify the appointment's trail time without affecting it's end time. When off, the user can only stretch the appointment, whether the SHIFT key is pressed or not.

Example

// Prevent the user from creating or modifying trail times 
Set_Property(@Window:".OLE_SCHEDULE", "OLE.AllowTrailTime", No$)

See Also

AllowLeadTime

  • No labels