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

Compare with Current View Page History

« Previous Version 2 Current »

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