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

Compare with Current View Page History

« Previous Version 6 Next »

The SRP DatePicker Control provides an easy and intuitive interface for selecting dates. The DatePicker displays any number of months simultaneously for quick access, and users can scroll to other months using scroll buttons or by clicking on any month header. Any number of dates can be selected continiously or non-continuously. Developers can give visual cues to their users by setting the font and colors of individual dates. The SRP DatePicker Control makes a great popup or date-by-date navigation tool. 

Prog IDSRP.DatePicker.1
Current Version3.0.5

Events

OLE control events provide a way for the OLE control to communicate back to OpenInsight. Once an event has been qualified using OI's QUALIFY_EVENT message, then the OLE control will fire the event to OpenInsight allowing you to respond to any one of the control's predefined actions. Some events allow you to stop certain actions before they occur, so be sure to read the Remarks section of each event carefully. The following events apply to the SRP DatePicker Control:

EventDescriptionVersion IntroducedPro Version Introduced
OnClickFires when the user clicks on the control.  
OnContextMenuClickFired when a menu item on the custom context menu is clicked3.0.1 
OnDblClickFires when the user double clicks on the control.  
OnGotFocusFired when the control receives input focus.3.0.33.1.0
OnLostFocusFired when the control loses input focus.3.0.33.1.0
OnMonthChangeFired when the months are scrolled.  
OnSelChangeFires when the user changes the selection.  
OnMouseEnterFired when mouse enters the control.3.0.33.1.0
OnMouseExitFired when the mouse leaves the control.3.0.33.1.0
  • No labels