Re: Need to retrieve current USERID from Forms 5.0
From: Markus Schwabe <mschwabe_at_gscout.de>
Date: 2000/06/20
Message-ID: <8inbtv$2jk$1_at_news4.muc.eurocyber.net>#1/1
Date: 2000/06/20
Message-ID: <8inbtv$2jk$1_at_news4.muc.eurocyber.net>#1/1
Hi,
try
DECLARE
WhichUser VARCHAR2(50);
BEGIN
WhichUser := Get_Application_Property (USERNAME);
END;
Hth
Markus
Richard Hollingsworth <william.hollingsworth_at_hsv.boeing.com> schrieb in im Newsbeitrag:
394E2B07.1F809BEB_at_hsv.boeing.com...
> Hi:
>
> How do you retrieve the current user's id in Forms 5.0? I need to
> verify that the current user has the authority to update a field.
>
> Thanks,
>
> Richard Hollingsowrth
Received on Tue Jun 20 2000 - 00:00:00 CEST