Expand Minimize
This topic has not yet been rated - Rate this topic

RangeHigh Event

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.RangeHigh

Applies To: ComboBox | ListBox | Spinner | TextBox

A RangeHigh event can return a numeric value to Microsoft 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 less 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.