|
|
|||
| Outlook Form Design Printer Friendly Version | |||
|
|
Designing custom Outlook forms and form regions and writing code for them | ||
| Topic | |||
|
|
Customized forms : Is it possible to hide a tab
Hi, On a customized form stored in a public contact folder, could it be possible to hide a tab, or certain fields, to some people. For example, a tab named VIP could contain sensitive information that only 2 or 3 people should be able to read. Ariane 05-Nov-2009 13:23 |
||
|
|
Sue Mosher
05-Nov-2009 13:41
You can use VBScript code behind the form to call the Inspector.ShowFormPage and HideFormPage methods as needed. BUT ... any data in the item will still be visible to a curious user in the folder list. The only way to truly hide it is to put sensitive information into a completely different place and use code behind the form to display it in unbound controls. |
||
|
|
|||
