08-29-2005 08:33 AM
08-29-2005 08:46 AM
Do you mean see the username of the person who is accessing the data? If so, do you have a login page so that the user's must login to access the data? Are you using CGI VIs from the Internet package?
08-29-2005 09:24 AM
Nate,
No I currently don't have the internet toolkit, but I could upgrade if it is needed. I don't have a login popup, I would prefer to read the users windows login.
Thanks
Bryan
08-29-2005 10:47 AM
08-30-2005 11:15 AM
08-30-2005 12:31 PM
08-30-2005 12:39 PM
08-30-2005 01:12 PM
08-31-2005 11:52 AM
Another option would be to use the Internet Toolkit to obtain and store information about the user based on cookies. Cookies can not only store information about the current state of a CGI application, but also information such as user ID or login identification.
It is possible you would still need to implement a login page that users would go through before accessing the data if the user's browser blocks cookies or keeps your web server from automatically obtaining user information.
The Internet Toolkit has the added benefit of allowing you to embed an application in a web page using the G Web Server that users can access without needing to have the LabVIEW Run-Time Engine installed on their machines.
Just search ni.com for Internet Toolkit for a great deal of useful information.