Bruce, here are a few items I"ve discovered while testing on my end. Since you are able to use the Locate in mobile mode without any problem you probably won't be able to test this. But perhaps it may be some clue as to what is happening in my environment. I have updated the web folder to the accessory web folder, use the current copyall.bat and gzipball.bat files as well, in 6.18.
These situations are related only to mobile mode:
1) The Locate search and clear buttons (assuming they are jmobile) do not show up next to the locate field even though I have the checkboxes for them checked in the NT template. However, if I hardcode the Locate:SearchButton and Locate:ClearButton and set to value 1 (like the example 49), then they appear. Either way, doesn't have an effect on not being able to perform a locate though.
2) Oddly, the Locate function DOES work right away if the field is a date field with a date picture token entered in the Picture field. That is the only occasion when the Locate works when the browse is first displayed. I tried most other tokens and they do not work, but the date does. I also noticed the Date token causes the Locate field to omit the search magnifying icon in the left corner of the locate field and replaces it with MM/DD/YY. Makes sense, but not sure if related to my problem that the date field works but all other fields do not.
3) What does work for the Locate is if I create a form and place the browse on it, and create a radio button or checkbox that when clicked performs a refresh on the browse procedure. Once that is done, the Locate field works fine. So somehow, my problem seems to be related to a refresh of the browse the first time the browse is displayed (or rather, the lack of a refresh unless I have a radio button/checkbox on the form). Is there any way therefore I can hardcode to force a refresh of the browse once the browse is first displayed without requiring a form for the browse to be placed on and without requiring a radio button/checkbox to be checked? I'm just trying to find a workaround that will work in my situation. Thanks!
Not sure if this helps - still exploring other possibilities.