M
ML
I need to be able to insert a field code into an existing custom property
field via code.
Basically I have an embedded field on a document. What I want to do is then
set the contents of this to be another field which is a page level
classification marker.
If I try and insert the field it just puts in the associated text.
Is there a way to do it so the field is inserted and is functional?
The field I want to insert is this:
{ quote (C) { Seq C \r {PAGE} \h }}
Here is what I am trying to do in my code:
ActiveDocument.CustomDocumentProperties("Document number") = "{ Quote (C)
{ Seq C \r {PAGE} \h }}"
This code ends up putting in the text, and not the resulting embedded
fields.
field via code.
Basically I have an embedded field on a document. What I want to do is then
set the contents of this to be another field which is a page level
classification marker.
If I try and insert the field it just puts in the associated text.
Is there a way to do it so the field is inserted and is functional?
The field I want to insert is this:
{ quote (C) { Seq C \r {PAGE} \h }}
Here is what I am trying to do in my code:
ActiveDocument.CustomDocumentProperties("Document number") = "{ Quote (C)
{ Seq C \r {PAGE} \h }}"
This code ends up putting in the text, and not the resulting embedded
fields.