# Pick List Username **Category:** [Yahoo Archive](https://www.epiusers.help/c/yahoo-archive/9) **Created:** 2001-03-09 09:30 UTC **Views:** 278 **Replies:** 7 **URL:** https://www.epiusers.help/t/pick-list-username/2400 --- ## Post #1 by @system
>
> Joe,
>
> Apparently, I don't have that environment variable. I have successfully
> created the formula field, but it's blank. Do you know how I might add the
> variable?
>
> Gary
>
> > From: Joe Konecny <jkonecn@...>
>
> > If you have an environment variable called userid...
> >
> > getdosenv('userid')
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
> Hello Group,
>
> Can anyone tell me how to get the user name of the person printing a
> Pick List. We're using Vantage 3/Crystal 6. If the information can
> not come from Vantage, is it possible to derive it from the local
> system or NT username?
>
> Thanks,
>
> Erik Smalley
> MEI
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
> From: Joe Konecny <jkonecn@...>
> I uploaded a cyrstal dll to the yahoo file area that you can use to
> read the nt username. It will read any environment variable.
>
> I downloaded the file and copied it to both the System32 and Crystal
> directories in the Winnt folder (I wasn't sure which it should be in). Now
> what? I opened Crystal and didn't see how to insert the field.
>
> > From: Joe Konecny <jkonecn@...>
> > I uploaded a cyrstal dll to the yahoo file area that you can use to
> > read the nt username. It will read any environment variable.
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
> It should be in...
>
> x:\vantage\dll
> and (c:\windows\crystal or c:\winnt\crystal)
>
> Then it will be available in "additional functions" when you
> make a new formula field.
>
> OK, I have it available in the Additional Functions, but now what? I
> can not seem to do anything that won't error out. How should this be
> set up as a function?
>
> Thanks!
>
> > It should be in...
> >
> > x:\vantage\dll
> > and (c:\windows\crystal or c:\winnt\crystal)
> >
> > Then it will be available in "additional functions" when you
> > make a new formula field.
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
> From: Joe Konecny <jkonecn@...>
> If you have an environment variable called userid...
>
> getdosenv('userid')