tabs on custom forms

  • Thread starter Thread starter Derek Davlut
  • Start date Start date
D

Derek Davlut

Is there a way to protect tabs in a custom outllook form from certain users
by means of a password or permissions. I have three tabs and want to keep an
invoicing tab more secure from wandering eyes in the public folder...
 
You can certainly add those kinds of protections in your Item_Open code, but
should be aware that they won't prevent a determined user from gaining
access. Remember that all fields are visible in the folder view. If
information is truly private, it needs to be in a different folder with
different permissions or in a database.
 
Derek said:
Is there a way to protect tabs in a custom outllook form from certain
users by means of a password or permissions. I have three tabs and
want to keep an invoicing tab more secure from wandering eyes in the
public folder...

As Sue mentioned in her reply there isn't a way to really hide the
information from a user. The way I solved a similar problem some years ago
was by encrypting those fields with some simple algorithm to completely make
them useless without the accompanying code to encrypt them.

--
Cheers,

Siegfried Weber

If you want a smart answer, ask a smart question
http://catb.org/~esr/faqs/smart-questions.html

Why tables are bad: http://www.hotdesign.com/seybold/

Note: Please do not send any e-mail to (e-mail address removed) because I am
no longer connected with this organization. The current owner does not
return NDRs (non delivery reports - aka bounce messages) hence you will
not get any confirmation what happened to the e-mail.
 
Back
Top