Subject Re: combobox / msgbox
From Michel <mgomet@gmail.com>
Date Thu, 15 Feb 2024 11:13:50 -0500
Newsgroups dbase.getting-started
Attachment(s) wcombo1.zip

> If the onChange event handler is being executed but the message box is
> not being displayed it suggests that oRef.findkey(upper(this.value)) is
> returning true.
>
> If your \"ready for msgbox\" message appears in the Results panel then the
> msgbox should have opened.  If it didn\'t open then something strange is
> happening.
>
> Remove the return immediately before the endif (it really shouldn\'t be
> there but, in theory anyway shouldn\'t do any harm) and see if it makes a
> difference.
>
> Mervyn.

removing the return didn't change anything

please find sample attached.
if in the combobox I enter "sdfsfds" and validate by TAB key, msgbox opens.
if I enter "éqqdsd" and validate by ENTER key (CUAENTER off), msgbox doesn't open (but I receive the sound of the msgbox !!)

Michel