Re: Locking form
From: Steve Lang (nowhere_at_Nohow.not)
Date: 04/21/04
- Next message: rlampky: "Re: Locking form"
- Previous message: Charles Kenyon: "Re: Locking form"
- In reply to: rlampky: "Re: Locking form"
- Next in thread: rlampky: "Re: Locking form"
- Reply: rlampky: "Re: Locking form"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 21 Apr 2004 15:13:40 -0700
Depending on your environment, you could have the data from your form fields
uploaded to a database, which you can adequately secure. Any further
attempts to overwrite the data in the database could trigger alerts, create
additional datasets, or any number of things. This way, you could trust the
integrity of the data. The fact that it was created in Word would be
irrelevant.
Just a thought.
Steve
"rlampky" <rlampky@NOSPAM.hotmail.com> wrote in message
news:ueJpjj%23JEHA.3120@TK2MSFTNGP11.phx.gbl...
> Thanks,
>
> What about a VBA macro that disabled the form fields and would from that
> point on indicate that the form has been altered if it was edited or
> changed after saving?
>
> Along with teh VBA password, and other suggested options.
>
>
> "Charles Kenyon" <msnewsgroup@remove.no.spam.addbalance.com> wrote in
> message news:%234JGWR%23JEHA.1156@TK2MSFTNGP09.phx.gbl...
> > If a document can be view / read, it can be copied and altered.
> >
> > You could use an on-exit macro for your last field in a form that
disabled
> > text entry in all of the formfields. This would leave you with a
> > non-editable protected form. If you password protect your vba and use a
> > password for protecting the form this is tight. However, form protection
> is
> > easily defeated. It would take any of the MVPs or regular
> > contributors/readers here perhaps five-fifteen minutes. Steve Lang's
> > suggestion for converting to pdf is helpful but would leave you with the
> > original plus the pdf.
> >
> > My opening remark applies to pdf files as well. You can make it hard to
> make
> > changes, you can't make it impossible.
> >
> > What you are talking about is what Word calls an "online form." For more
> > about online forms, follow the links at <URL:
> > http://addbalance.com/word/wordwebresources.htm#Forms> or <URL:
> > http://word.mvps.org/FAQs/Customization/FillinTheBlanks.htm> especially
> Dian
> > Chapman's series of articles.
> >
> > Hope this helps,
> > --
> >
> > Charles Kenyon
> >
> > Word New User FAQ & Web Directory: http://addbalance.com/word
> >
> > Intermediate User's Guide to Microsoft Word (supplemented version of
> > Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
> >
> > See also the MVP FAQ: http://www.mvps.org/word which is awesome!
> > --------- --------- --------- --------- --------- ---------
> > This message is posted to a newsgroup. Please post replies
> > and questions to the newsgroup so that others can learn
> > from my ignorance and your wisdom.
> >
> > "rlampky" <rlampky@NOSPAM.hotmail.com> wrote in message
> > news:e0cMXW9JEHA.2884@TK2MSFTNGP12.phx.gbl...
> > > Is there a method using VBA that at the completion of a form, the
user
> > can
> > > lock the document so that no alterations can be made when it is
> reopened.
> > > (needs to be stronger than protect/unprotect)
> > >
> > > This would probable include deleting the attached macros or some other
> > > finalization via the toolbar so that the document can viewed, but not
> > > altered?
> > >
> > >
> >
> >
>
>
- Next message: rlampky: "Re: Locking form"
- Previous message: Charles Kenyon: "Re: Locking form"
- In reply to: rlampky: "Re: Locking form"
- Next in thread: rlampky: "Re: Locking form"
- Reply: rlampky: "Re: Locking form"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|