Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Windows NT login in Forms

Re: Windows NT login in Forms

From: Sultan <ssyed_at_fine.co.ae>
Date: Sun, 23 Jul 2000 08:44:18 +0400
Message-Id: <10566.112719@fatcity.com>


Hai LATA,

There is a way to get the windoes login user name

Attach a library which is under
$oracle_home\tools\devdem60\demo\forms\D2KWUTIL.PLL in your form.
Then write this command

declare
a varchar2(20);
begin
a:=WIN_API_ENVIRONMENT.GET_WINDOWS_USERNAME; message('username'||a);
end;

Regards.
Sul.

> Question from a colleague of mine:
>
>
> How can I get my windows NT login user id in my forms
> application. The software I am using is Oracle
> Developer ver. 6.0 for Windows 95/98/NT .
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Get Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
> --
> Author: Lata V
> INET: todreamboat_at_yahoo.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Sat Jul 22 2000 - 23:44:18 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US