Subject Re: onlostfocus with a combobox
From Ken Mayer <dbase@nospam.goldenstag.net>
Date Wed, 26 Aug 2015 11:45:40 -0700
Newsgroups dbase.getting-started

On 8/26/2015 11:31 AM, Rich K wrote:
> hello again,
> Here is the code snippet that is giving me trouble with the onlostfocus command with a combobox.
> Please let me know what i am missing, the two lines i have tried to use are commented out.
> Code follows
> =====
> //category lock  box
>
> this.catlock = new COMBOBOX(this)
>     with (this.catlock)
> height = 19
>        left = 20
>        top = 1
>        width = 15
>        fontSize = 9
>        dataSource = "array catarray"
> style = 2        // DropDownList
>        dropDownHeight = 132
> autodrop = true
> //onlostfocus = class::btest
> //onchange = class::btest
> endwith
>

What error do you get?

Ken


--
*Ken Mayer*
Ken's dBASE Page: http://www.goldenstag.net/dbase
The dUFLP: http://www.goldenstag.net/dbase/index.htm#dUFLP
dBASE Books: http://www.goldenstag.net/dbase/dBASEBooks.htm