M
ML
I currently have a user form that allows the user to select a given marker
that is inserted into a document at the cursor location. This form
basically inserts an autotext entry that has an underlying SEQ field.
What I would rather do is instead of inserting autotext is to actually
create the field dynamically and insert it direct with the same end result
as the autotext.
Is there a way to create a field with a SEQ in code and insert it into the
document?
Here is the item that is currently inserted via autotext:
{ QUOTE (S) { SEQ S\r { = { SECTION } *10000 + { PAGE \*Arabic }}\h}}
that is inserted into a document at the cursor location. This form
basically inserts an autotext entry that has an underlying SEQ field.
What I would rather do is instead of inserting autotext is to actually
create the field dynamically and insert it direct with the same end result
as the autotext.
Is there a way to create a field with a SEQ in code and insert it into the
document?
Here is the item that is currently inserted via autotext:
{ QUOTE (S) { SEQ S\r { = { SECTION } *10000 + { PAGE \*Arabic }}\h}}