Word 2003 Form Help.

S

Sean Alan

I have just created my first form-template that incorporates the use of a GUI.
The GUI has been sectioned into three tabs that represents the form in
thirds.
Some of the txt fields are multi-line with EnterKeyBehavior=True.

PROBLEM:
1. When the finish btn is clicked, the click procedure is capturing only the
data in the first tab, thus only populating the first 3rd of the template.

2. The data contained in the txt fields that are multi-lined / EnterKey=True,
Do not populate.

3. ERROR: The range can not be deleted...

QUESTION:
1. Do I have to account for each tab seperately in my code in order to
populate the form. If so how?

2. Is it possible to populate a form field with a multi-line property set to
true. If so how?

Thanks in advance for any and all help that may be forthcoming.
 

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