0

I'm using livedocs api 2.1 and fill mergefields with code like this which works fine

$soap->SetFieldValues(array ('fieldValues' => assocArrayToArrayOfArrayOfString($fieldValues)));

But how can I fill texboxes (http://office.microsoft.com/en-gb/wo...010354856.aspx) using API? I can't mark them as MergeFields, right? What shall I do? And I cant replace textboxes with simple text, that's the rule.

Alexis Pigeon
  • 7,423
  • 11
  • 39
  • 44
Vadim
  • 1
  • 1
  • By "marking them as MergeFields" do you mean "putting Mergefields in them"? If so, is anything actually stopping you from doing that? OK, Word itself may not deal with mergefields in textboxes in a very helpful way, but that doesn't mean that you can't do something sensible with them. –  Jun 20 '13 at 22:52
  • Yes, putting Mergefields in them. I tried this way before that post, and it doesn't wark – Vadim Jun 21 '13 at 07:19

0 Answers0