Copy link to clipboard
Copied
Is there any tool that makes the cursor to jump vertically from cell to cell?
Copy link to clipboard
Copied
Yes, it's possible.
You can order tabs by column, or order them manually.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
OK, I know that it's not possible yet.
I just want to add as a proposal.
Copy link to clipboard
Copied
Yes, it's possible.
You can order tabs by column, or order them manually.
Copy link to clipboard
Copied
Thank You.
But then it doesn't go horizontally.
Actually, I want to post a crossword online and the solvers to have ability to jump horizontally and vertically.
Or, is it possible the cursor to jump to next cell, after the letter is written in the cell?
To do that, i guess it should be some previous command which will orient the cursor, while it will will move right or down.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Thank You Try67!
I tried it. Or I don't know how to do it!
If I send You a file, could you try it for me, please?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
So that it's easier to use and the code doesn't disappear I've created a doc-level function with the code I provided, which takes the next of the next field as the input parameter. I've applied the code to the top-left field in your file, so you could see how to use it.
See attached.
Copy link to clipboard
Copied
Thank you once again.
I am not at home right now.
I will check it a bit later and inform you.
Regards,
Copy link to clipboard
Copied
Yes, it works. Thank You. I applied to other cells to, and it worked.
There are more things to do, but I will not bother you now.
I will go on working and if I have more questions I will ask here.
Regards,