Home » Developer & Programmer » Forms » logon error pls hlp
logon error pls hlp [message #84025] Mon, 19 January 2004 11:16
ann
Messages: 24
Registered: August 2000
Junior Member
hen i am enter wrong username and password its loging to the application how to prevent this i gave this code its not giving any erorr but not working properly

DECLARE
un VARCHAR2(80);
pw VARCHAR2(80);
cn VARCHAR2(80);
BEGIN
Logon_Screen;

IF un = 'apps' and pw = 'apps' then LOGON(un,pw||'@'||cn);
ELSE
logout
END IF;
END;
or is there any way to call form like logon screen
any hlp is highly welcome
ann
Previous Topic: disabling the enter mode
Next Topic: How to Connect other database (like MS Access,MS-SQL from D2k.
Goto Forum:
  


Current Time: Thu Apr 25 09:24:17 CDT 2024