February 12, 200421 yr A button on the layout to enter find mode always places the cursor in a field off screen, where I don't want it. How do I stop it doing this??
February 12, 200421 yr Instead of going into find mode, make the button perform a script that first enters find mode, and then use the Go to Field script step (under "Navigation" in scriptmaker) and select the field that you would generally like to go to (if there is one). I think that if the cursor isn't in a field when you enter find mode, it will go somewhere by default and I suspect that this will be the field that is first in the tab order (a quick experiment should confirm or refute this). You may want to change the tab order to deal with this (Layout Mode -> Layouts -> Set Tab Order). Hope this helps. Cheers, Murray
February 12, 200421 yr Author Thanks, Murray, that is indeed what is happening. As simple re-assigning of No 1 in the tab order sto0ps the cursor heading to an off-screen field. Another funny little mystery solved!
February 12, 200421 yr Glenn: If you're using off-screen fields (which is not recommended) you should always make sure that they are not included in the tab order at all, to prevent users from mistakenly tabbing their way to the off-screen area... -Stanley
Create an account or sign in to comment