Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General MS InfoPath Questions / July 2004

Tip: Looking for answers? Try searching our database.

how do i create a view that has security settings

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Tomer Br - 18 Jul 2004 16:52 GMT
i need to create a form that if user x opens the form it will open in 1 view
and if user y opens the form ti will open it in a difrent  view
StefanO-nl - 19 Jul 2004 09:21 GMT
In the OnLoad-event you could try something like:
switch(System.Environment.UserName) {
 case "user1": thisXDocument.View.SwitchView("View1"); break;
 case "user2": thisXDocument.View.SwitchView("View2"); break;
 case "user3": thisXDocument.View.SwitchView("View3"); break;
}

> i need to create a form that if user x opens the form it will open in 1 view
> and if user y opens the form ti will open it in a difrent  view
Josh Bertsch [MSFT] - 19 Jul 2004 18:52 GMT
This is quite easy in SP1 Preview with our built in Roles support.

It should also be strongly noted that without using Digital Signatures when
using a Roles feature there is no guarentee of the data being secure.
Editting the XML through Notepad is quite easy and accessible.

--josh bertsch

> In the OnLoad-event you could try something like:
> switch(System.Environment.UserName) {
[quoted text clipped - 5 lines]
> > i need to create a form that if user x opens the form it will open in 1 view
> > and if user y opens the form ti will open it in a difrent  view
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.