Visual Studio Tools for Office
editing form fields in word 2003
Question:
can u please show me a code snnipet showing how to edit form fields in word 2003.
thanks in advance
sandeep
Answer1:
Which programming langauge are you using?
Can you be more specific about what you mean by "edit", please? Do you mean writing data to a form field? (Which kind?) Or do you mean changing the properties of a form field in the document?
-- Cindy Meister (VSTO/Word MVP)
Answer2:
yes, please show a code snnipet (C# or VB.net) of editing form fields. Yes i mean editing data on a form field, which is plain text.
sandeep
Answer3:
connect2sandeep wrote: |
yes, please show a code snnipet of editing form fields.
| |
If you do not answer my requests for more information then I cannot help you...
-- Cindy Meister (VSTO/Word MVP)
Answer4:
Hi Sandeep,
Are you trying to find FormField.InputText.EditType() method?
I use the following VB codes to modify the form field’s text:
Sponsor