A
alex1st
Hello,
I have a medium-size template with a lot (several dozens) of form fields.
Some have logical connection, so I'm using
ActiveDocument.FormFields("SomeField").Select method to force jump to a
specific field on the form. Sometimes this is done from the "exit" macro that
does validations, and sometimes to skip some irrelevant fields.
I've encountered two issues:
1. The help text in the status line will not show for the proper field in
..Select
2. I can't jump back to the same field. The workaround I found is: .Select a
read-only previous field, which then auto-jumps to the correct one.
Any suggestions?
10x in advance,
Alex
I have a medium-size template with a lot (several dozens) of form fields.
Some have logical connection, so I'm using
ActiveDocument.FormFields("SomeField").Select method to force jump to a
specific field on the form. Sometimes this is done from the "exit" macro that
does validations, and sometimes to skip some irrelevant fields.
I've encountered two issues:
1. The help text in the status line will not show for the proper field in
..Select
2. I can't jump back to the same field. The workaround I found is: .Select a
read-only previous field, which then auto-jumps to the correct one.
Any suggestions?
10x in advance,
Alex