D
Digital Services
Hi,
I've got a Word document with different areas which can be 'signed'.
The 'signing' is done by clicking a button on the document which then shows
a form asking for the user's Windows NT log-in ID and password. Once
authenticated, some text is inserted and the button disabled.
Each area to be 'signed' is restricted to certain User IDs, which are
hardcoded within the VB code. This brings the problem of maintenance of the
document/code. What if a someone needs to sign an area and they are not in
the list for that area? At the moment I have to modify the VB code
containing the User IDs.
I would like to set up some sort of administrator facility so that it would
be easy to modify the User IDs, which should ideally be held in a separate
file.
Any ideas how to do this?
Thanks,
Steve
I've got a Word document with different areas which can be 'signed'.
The 'signing' is done by clicking a button on the document which then shows
a form asking for the user's Windows NT log-in ID and password. Once
authenticated, some text is inserted and the button disabled.
Each area to be 'signed' is restricted to certain User IDs, which are
hardcoded within the VB code. This brings the problem of maintenance of the
document/code. What if a someone needs to sign an area and they are not in
the list for that area? At the moment I have to modify the VB code
containing the User IDs.
I would like to set up some sort of administrator facility so that it would
be easy to modify the User IDs, which should ideally be held in a separate
file.
Any ideas how to do this?
Thanks,
Steve