Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
For a spinner or text box, occurs when the control loses the focus. For a combo box or list box, occurs when the control receives the focus.
PROCEDURE Object.RangeLow
Remarks
A RangeLow event can return a numeric value to Visual FoxPro through a RETURN statement. For a spinner or a text box with a numeric value, if the value returned to Visual FoxPro is greater than the value entered in the control, the control retains the focus. For a combo box or list box, the value returned to Visual FoxPro specifies which item in the control is initially selected, For example, if 2 is returned to Visual FoxPro, the second item in the control is initially selected.
See Also
KeyboardHighValue, KeyboardLowValue Properties | RangeHigh Event | RETURN | SpinnerHighValue, SpinnerLowValue Properties