Jumping from cell to cell
Is there any tool that makes the cursor to jump vertically from cell to cell?
Is there any tool that makes the cursor to jump vertically from cell to cell?
You can order it in any way you like.
To do what you described will require a script, though.
You can use this code as the field's custom KeyStroke event to achieve it:
if (AFMergeChange(event).length==1) this.getField("NextFieldName").setFocus();
Due to a bug in Acrobat the code will probably "disappear" when you enter it, but it should still work.
You will have to adjust the name of the field to your actual field names, of course.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.