write to fields in template using C#

G

geek@work

Newbie here, does any one know how to write to fields in a template, I know
how to do it with bookmarks but can only use fields in this project.
TIA
 
H

Harold

You don't say what type of fields that are in the template. If they are
formfields, you can use
Formfields(x).result = SomeValue
 
Top