Re: Forms 4.5 LOGON function

From: Vinod <venkatesh.vinod_at_bosch.com>
Date: 16 Dec 1998 12:03:44 GMT
Message-ID: <01be28ec$740610a0$190394ad_at_QCS_02_95W.BSN.BOSCH.INDIA.DE>


Hello Igor,

When you logon, use logon() procedure
in on-logon trigger. It returns an exception which you can check using

eg,

logon('username','password',FALSE);
if form_failure then

   XXXXXXXXX
end if;

Bye,
Vinod

Igor <espiaui_at_hotmail.com> wrote in article <01be28e9$324ab380$5646ea9e_at_ukp02062.logica.co.uk>...
> Hi all,
>
> I am trying to limit the number of sessions
> per user to 1. I have decided to use a profile
> and assign it to my users.
> The problem is that the LOGON function in
> Forms 4.5 (Designer) Version 4.5.7.1.2 (Production)
> does not raise an exception so I can trap the error code.
>
> How do you get around this?
>
> Thanks in adv
>
> Igor
>
Received on Wed Dec 16 1998 - 13:03:44 CET

Original text of this message