Home » Developer & Programmer » Forms » Finding what user is logged in
Finding what user is logged in [message #80282] Tue, 03 September 2002 09:12 Go to next message
Eric Bender
Messages: 9
Registered: June 2002
Junior Member
Hi all, I was just wondering what system variable would contain the current logged on user id. Thanks!

Oh, one other quick question, how would I send an email through forms? Thanks again!

Eric
Re: Finding what user is logged in [message #80283 is a reply to message #80282] Tue, 03 September 2002 10:07 Go to previous message
Julie Toft
Messages: 9
Registered: August 2002
Junior Member
v_usr := lower(GET_APPLICATION_PROPERTY(USERNAME));

or you can select it from the database

select USER into v_usr from dual;
Previous Topic: FORM CLOSES THE SESSION WITHOUT ERROR (NEED HELP)
Next Topic: blinking and moving text effects when form in run mode (Form)
Goto Forum:
  


Current Time: Thu Apr 25 01:14:55 CDT 2024