The information in this article applies to:
SUMMARYIf you use the WordBasic GetBookMark$() function to return the value of a form field bookmark, the form field name and value are returned. For example, if you have a text box form field named "text1," the following macro returns the word "FORMTEXT" followed by the text typed into the text1 form field.
If you type the name John in the text1 form field, the above macro displays
the following string:
To correctly retrieve information from form fields, use the
GetFormResult$() or GetFormResult() function.
The following macro example correctly returns only the text typed into the text1 form field.
For more information on the GetFormResult$() and GetFormResult() functions,
see the "GetFormResult$() function" topic in the Word 6.0 Help file.
REFERENCES"Microsoft Word Developer's Kit," for version 6.0, pages 491-494 Additional query words: 6.0 winword form forms word6 7.0 word95 word7 GetFormResult GetFormResult$
Keywords : |
Last Reviewed: December 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |