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
 

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