Hi,
One popular solution is to default your form to a Login View (a View with 2
textboxes and a button). Upon successful user authentification, you can
switch to your main View.
Hope that it helps.
Regards,
Franck Dauché
> Does InfoPath allow a login screen?
> Would this need to be it's own form?
Paul - 16 Nov 2005 19:25 GMT
Frank,
I guess that's what my issue is. How would you link the user name and
password together?
> Hi,
>
[quoted text clipped - 10 lines]
> > Does InfoPath allow a login screen?
> > Would this need to be it's own form?
Franck Dauché - 16 Nov 2005 22:23 GMT
Hi Paul,
You could make a WS call to a database for example. Depends on your
workflow. You could also use Windows Authentification
(System.Environment.UserName.ToString() with AD).
Regards,
Franck Dauché
> Frank,
> I guess that's what my issue is. How would you link the user name and
[quoted text clipped - 14 lines]
> > > Does InfoPath allow a login screen?
> > > Would this need to be it's own form?