StdCurCompDetails event

Occurs when the user clicks Details for Current Field on the Edit menu or double clicks a gauge component bound to a Critical Number.

The default implementation:

  • Opens the form specified in the component property sheet to use when the user queries for details on values for the current component
  • Builds filter criteria to use when querying for details on the current component
  • Performs a Refresh operation after the query

Remarks

The default implementation operates on the current component, and your application must set the focus to the desired component before it calls the default implementation.