![]() |
#1
|
|||
|
|||
![]()
Hi,
I'm using custom properties to synchronize data from an external application. My problem is this: I am using the fields multiple times throughout the document, but only the first one is populated with the updated value, the rest have their default value. An example of the code is: { DOCPOROPERTY GD_TITLE \* MERGEFORMAT } Is this how this works, or is there a potential problem with the application? I need to display the same title, for example, on every page. Thanks |
#2
|
|||
|
|||
![]()
Ok, I've figured out that the values do populate if you repeat them, but there are section breaks in the document and as soon as you hit that, nothing past it will sync - so i'll have to look at the application side.
|
#3
|
|||
|
|||
![]()
You could try updating all the fields.
Code:
Dim fld As Field Code:
For Each fld In ActiveDocument.Fields fld.Update Next |
![]() |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Field codes or Cross referencing | Francara | Word | 3 | 05-23-2013 03:50 AM |
Formula Field using Field Codes | hunter2193 | Word | 3 | 04-05-2013 04:58 AM |
Field DOCPROPERTY LastSavedTime format problem | ragesz | Word | 4 | 10-29-2012 06:58 AM |
![]() |
mkarthic | Word | 1 | 12-02-2011 02:09 AM |
![]() |
BluRay | Mail Merge | 5 | 03-29-2011 01:06 AM |