Combobox different on client

I have a form with two comboboxes. In Developer, they work beautifully; I can tab in, hit a letter, and the value is chosen. I can tab out and continue on my merry way. As this is a data entry form for a busy call center, the speed of this is great.

However, when I upload the solution to the client, the comboboxes no longer work that way. The user has to click on the value with the mouse.

I’m developing on Win2kPro. The client is using Gentoo Linux as server and XP as clients. The comboboxes are checked as editable, select on enter, but I’ve tried changing those settings to no avail.

Any ideas how I’m goofing this up?

Can anyone speak to this? Everything else is WYSIWYG.

The client is going to be doing some beta testing tomorrow, and this would add some speed to the data entry.

do you all use the same lnf?
What happes if you connect as a client to youre developer?
(so http://localhost:8080/)

Hmm. Works the same on mine.

Uploaded latest version to the client, and now it works correctly (or ‘as I expected’ :wink: ).

I think this might be related to my other thread about comboboxes. The issue in this thread is resolved, though.