IEW Posted April 1, 2013 Posted April 1, 2013 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
bcooney Posted April 1, 2013 Posted April 1, 2013 Not a lot of info to go on. Perhaps there's a script trigger attached to the field?
brian rich Posted April 2, 2013 Posted April 2, 2013 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
IEW Posted April 3, 2013 Author Posted April 3, 2013 The field is defined as a button. This must be the problem. Just have to live with tabbing into it.
brian rich Posted April 3, 2013 Posted April 3, 2013 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 1
IEW Posted April 4, 2013 Author Posted April 4, 2013 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.
Recommended Posts
This topic is 4253 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now