Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

on-logon trigger problem

573124Aug 23 2007 — edited Sep 13 2007
First of all i wud like to congrats the gurus and others for taking interest in solving many issues.

I have created a logon form where i have put username and password with the connection database.
(i.e)
LOGON(UN,PS||'@'||'sample',false);
if form_success then
call_form('example.fmx');
else
message('please enter valid input');
end if;

but when entering wrong password and user name it still call the indicated form.
i wonder how the form_success becomes true,
suggest me a solution.

With regards,
Naresh Kumar Murali
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 11 2007
Added on Aug 23 2007
22 comments
7,672 views