Hi -
Got a strange situation with a text box in a search form. The form is along the lines of the Cool Search Tool form that's been discussed here from time to time.
The user types in letters, dates, numbers and on OnChange (i.e. each character typed) a BuildCriteria criteria is created and the form is requeried. The problem is when the form is setup as continuous forms, with the search box in the form header, after each change it automatically tabs to the first field in the continuous form.
Have tried every thinkable setting on text box properties -- to no avail. ADDED: SetFocus is not the answer since this highlights the entire contents of the text box, rather than placing the cursor at the end of the last character input.
The odd part is that if the form is set as single form, with the search box and a list box displaying the records (rather than continuous form), all in the form's detail section, the search box behaves as desired.
If this situation sounds vaguely familiar, I'd sure appreciate any insight. I'm hoping there's a duh-huh solution.
Thanks - Bob
Got a strange situation with a text box in a search form. The form is along the lines of the Cool Search Tool form that's been discussed here from time to time.
The user types in letters, dates, numbers and on OnChange (i.e. each character typed) a BuildCriteria criteria is created and the form is requeried. The problem is when the form is setup as continuous forms, with the search box in the form header, after each change it automatically tabs to the first field in the continuous form.
Have tried every thinkable setting on text box properties -- to no avail. ADDED: SetFocus is not the answer since this highlights the entire contents of the text box, rather than placing the cursor at the end of the last character input.
The odd part is that if the form is set as single form, with the search box and a list box displaying the records (rather than continuous form), all in the form's detail section, the search box behaves as desired.
If this situation sounds vaguely familiar, I'd sure appreciate any insight. I'm hoping there's a duh-huh solution.
Thanks - Bob
Last edited: