Scroll's to previous months.

Syntax

rv = Send_Message(Ctrl, "OLE.ScrollLeft", Count)

Parameters

ParameterDescription
CountThe number of months to scroll

Remarks

The ScrollLeft method is the programmatic equivalent of clicking the left scroll button. Simply specify the number of months you wish to scroll.

Example

// Scroll three months previous 
Send_Message(@Window:".OLE_DATEPICKER", "OLE.ScrollLeft", 3)

See Also

ScrollRight

  • No labels