login form [message #87757] |
Mon, 07 February 2005 08:17 |
dot
Messages: 2 Registered: May 2003
|
Junior Member |
|
|
Hi experts,
I want to create a form through which the user is allowed to login to other forms(I'm using Oracle Forms 9i). Details: There is few users. User's information is stored in tables. If login is OK next form appears. I'm absolutely new to Oracle Forms that why I ask someone to give me a detail example how do do this. Answers like take a look in Oracle help on logon_screen doesn't help me too much because I don't now how to implement it in Forms :(. The best help will be if someone will give a link to some stedunts guide or explain everything in steps:
step1: click that, select that, add triger and so on
Thank you in advance
|
|
|
Re: login form [message #87771 is a reply to message #87757] |
Tue, 08 February 2005 06:01 |
ÇÊ
Messages: 15 Registered: September 2002
|
Junior Member |
|
|
Since I can't tell you to read help <G>, I'll say if you have access to technet (technet.oracle.com) or metalink (metalink.oracle.com) you can perform your search there and you'll find plenty of examples.
Essentially, all you'll do is add an on_logon trigger to your form and then put your own code in there.
|
|
|