WD2000: Incorrect Bookmark Names for Form Fields in Vertical Table Cells (249858)
The information in this article applies to:
This article was previously published under Q249858 SYMPTOMS
When you insert forms fields into Word table cells and then change the text direction to vertical, the Form Field Options dialog box does not display the correct bookmark names for the form fields. Instead, it displays the same name for all vertical form fields, Text<n>, where <n> stands for a number that is at least the count of the form fields in the document, incremented by 1.
If you change the form field options for one of the vertical form fields, the number of the form field is again incremented.
When you give user-defined names to the vertical form fields instead of the predefined Text<n> names, these also are changed to a name of the form Text<n>, if you modify the form field orientation.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Microsoft Office 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
276367 OFF2000: How to Obtain the Latest Office 2000 Service Pack
WORKAROUND
To work around this problem, use one of the following methods.
Method 1
Do not change the form field options after you change the text direction of the cells that contain the form fields to vertical.
Method 2
Create a FormFieldOptions macro that stores the bookmark name before calling the Form Field Options dialog box and resets the bookmark name afterward. Microsoft provides programming examples for illustration only, without warranty either
expressed or implied, including, but not limited to, the implied warranties of
merchantability and/or fitness for a particular purpose. This article assumes
that you are familiar with the programming language being demonstrated and the
tools used to create and debug procedures. Microsoft support professionals can
help explain the functionality of a particular procedure, but they will not
modify these examples to provide added functionality or construct procedures to
meet your specific needs. If you have limited programming experience, you may
want to contact a Microsoft Certified Partner or the Microsoft fee-based
consulting line at (800) 936-5200. For more information about Microsoft Certified
Partners, please visit the following Microsoft Web site:
For more information about the support options that are available and about how to contact Microsoft, visit the following Microsoft Web site:
Sub FormFieldOptions()
mybookmark = Selection.Bookmarks(1).Name
Dialogs(wdDialogFormFieldOptions).Show
Selection.Bookmarks(1).Delete
Selection.Bookmarks.Add mybookmark
End Sub
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Microsoft Office 2000 Service Pack 2.
Modification Type: | Major | Last Reviewed: | 10/16/2002 |
---|
Keywords: | kbbug kbOffice2000sp2fix kbQFE KB249858 |
---|
|