|
-
How to create a login form Oracle6i forms
this is my application users table:-
USERID NOT NULL VARCHAR2(6)
USERNAME NOT NULL VARCHAR2(20)
PASSWORD NOT NULL VARCHAR2(10)
LAST_LOGIN DATE
I need to creata a form and a push button where my code reads the userid and password from my users table and if successful should go to other block.
-
Create form
Done.finished coding successfully...........
-
do u get the slotion? i also need that? [email protected]
do u get the slotion? i also need that?
Edit by admin: no contact info permitted on the forum, thank you
 Originally Posted by techform
this is my application users table:-
USERID NOT NULL VARCHAR2(6)
USERNAME NOT NULL VARCHAR2(20)
PASSWORD NOT NULL VARCHAR2(10)
LAST_LOGIN DATE
I need to creata a form and a push button where my code reads the userid and password from my users table and if successful should go to other block.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|