I have a fairly long form designed for the web. Somewhere at the middle after the user has scrolled quite a bit we have 2-3 DialogList Boxes.
The problem is that as soon as a value is selected in one of them, the field loses focus and is transferred to the beginning of the form. I have a refresh occuring onthat field since it has to fetch the data(using dblookup) based on the first field.
This is a very critical problem as users have to scroll down all the way down to the middle of the form and start entering the other values.
I had worked out a solution wherein the focus should shift to the next field …but the subsequent 3 fields are also DialogLists which need a fetch of data based on the previous fields. So when a user has selected the first field the form undergoes a refresh and focuses onthe next field and if a user by mistake presses the scroll button on the mouse it suddenly goes to another value…
Please suggest a remedy for this so that the focus stays on the same field and doesnt move to the beginning of the form.
Thanks
Farooq