April 1, 201312 yr I have one field that I cannot click on for search. I can get to it by Tabbing. All the right boxes are checked, still won't work. Any ideas?? TIA
April 1, 201312 yr Not a lot of info to go on. Perhaps there's a script trigger attached to the field?
April 2, 201312 yr If - in layout mode - you go to View Menu > Show > Quickfind do you get a green or yellow 'magnifying glass' icon in the field? if not, the field will not be searchable - e.g a summary field Brian
April 3, 201312 yr Author The field is defined as a button. This must be the problem. Just have to live with tabbing into it.
April 3, 201312 yr Why not modify the script attached to the field so that the script works in browse mode but puts the cursor into the field if you are in find mode... viz: If [get(windowMode) = 0] /* Browse Mode */ ... the current script else go to field[field that is a button] end if Brian
April 4, 201312 yr Author Fixed it in a different way. Reset the tab order so that the field that is a button will come up first. End of problem. Thanks all.
Create an account or sign in to comment