Hi,


I'm trying to implement "digital initials" for a multi-user doc, whereby
each field of a form is "signed", using the UserInitials. I tried simply
adding text with the Initials after a form field (in a form-based Exit
macro), but with different layouts, tabbing through fields, etc. it looks
that's not the way to go.

So I want to add another "initial" field next to each original field, that
is populated by Userinitials on exit.

e.g.
Model Number [ modelno form field ] -[modelnoSIG form field]-

Each "signature field" is (Origformfield) & (SIG)

I want to have ONE onExit macro that can simplay take the name of the
current field (there are many), append "SIG", and insert the value of the
user's initials.

But I can't see to find a way to retrieve the current macro's name...


Thanks,
SEAN

p.s. A bit of a long-winded explanation, but thoughts on other ways to be
able to identify which form field was edited by which user would be helpful
as well!

Re: Name of the Current Macro by Jay

Jay
Mon Nov 15 16:42:22 CST 2004

Hi Sean,

See http://word.mvps.org/FAQs/TblsFldsFms/GetCurFmFldName.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

Sean O wrote:
> Hi,
>
>
> I'm trying to implement "digital initials" for a multi-user doc,
> whereby each field of a form is "signed", using the UserInitials. I
> tried simply adding text with the Initials after a form field (in a
> form-based Exit macro), but with different layouts, tabbing through
> fields, etc. it looks that's not the way to go.
>
> So I want to add another "initial" field next to each original field,
> that is populated by Userinitials on exit.
>
> e.g.
> Model Number [ modelno form field ] -[modelnoSIG form field]-
>
> Each "signature field" is (Origformfield) & (SIG)
>
> I want to have ONE onExit macro that can simplay take the name of the
> current field (there are many), append "SIG", and insert the value of
> the user's initials.
>
> But I can't see to find a way to retrieve the current macro's name...
>
>
> Thanks,
> SEAN
>
> p.s. A bit of a long-winded explanation, but thoughts on other ways
> to be able to identify which form field was edited by which user
> would be helpful as well!



Re: Name of the Current Macro by Alex

Alex
Mon Nov 15 22:25:02 CST 2004

You may create a document variable holding user initials and in required
spots put charformatted ref fields linked to that variable.
http://www.aleksoft.net/samples/Ref_field_sample.doc
--
Please reply to NG only. This email is not monitored.
Alex.


"Sean O" <SeanO@discussions.microsoft.com> wrote in message
news:4BE4E6B2-3D17-4BCD-B3CF-CFF2670B6D4B@microsoft.com...
> Hi,
>
>
> I'm trying to implement "digital initials" for a multi-user doc, whereby
> each field of a form is "signed", using the UserInitials. I tried simply
> adding text with the Initials after a form field (in a form-based Exit
> macro), but with different layouts, tabbing through fields, etc. it looks
> that's not the way to go.
>
> So I want to add another "initial" field next to each original field, that
> is populated by Userinitials on exit.
>
> e.g.
> Model Number [ modelno form field ] -[modelnoSIG form field]-
>
> Each "signature field" is (Origformfield) & (SIG)
>
> I want to have ONE onExit macro that can simplay take the name of the
> current field (there are many), append "SIG", and insert the value of the
> user's initials.
>
> But I can't see to find a way to retrieve the current macro's name...
>
>
> Thanks,
> SEAN
>
> p.s. A bit of a long-winded explanation, but thoughts on other ways to be
> able to identify which form field was edited by which user would be
> helpful
> as well!