M
Manish Mukherjee
All,
I want to create a MS-WORD dcoument of the following format:
req-1 This is statement 1
req-2 This is statement 2
req-3 This is statement 3
The key is:
1. These numbers must be assigned automatically (by use of a macro or
otherwise). When a statement is inserted and a predefined paragraph style is
applied for it, the line should transform into:
req-pend this is statement 4
Once the user saves the document, the document should automatically change
this line to:
req-4 this is statement 4.
2. If I remove req-2, the numbering for req-3 should NOT change
3. If I insert another line after req-3, after I had deleted req-2, it
should be inserted as req-4
The basic idea is that once a statement is added in and a number assigned to
it (e.g. req-2), this number should never be reused for the life of this
document.
I understand that I could use document variables to achieve this. Can anyone
point me to an example or give me some ideas.
Thanks,
- Manish M
I want to create a MS-WORD dcoument of the following format:
req-1 This is statement 1
req-2 This is statement 2
req-3 This is statement 3
The key is:
1. These numbers must be assigned automatically (by use of a macro or
otherwise). When a statement is inserted and a predefined paragraph style is
applied for it, the line should transform into:
req-pend this is statement 4
Once the user saves the document, the document should automatically change
this line to:
req-4 this is statement 4.
2. If I remove req-2, the numbering for req-3 should NOT change
3. If I insert another line after req-3, after I had deleted req-2, it
should be inserted as req-4
The basic idea is that once a statement is added in and a number assigned to
it (e.g. req-2), this number should never be reused for the life of this
document.
I understand that I could use document variables to achieve this. Can anyone
point me to an example or give me some ideas.
Thanks,
- Manish M