Form Field Help line does not show

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top