Results 1 to 3 of 3

Thread: How to create a login form Oracle6i forms

  1. #1
    Join Date
    Dec 2008
    Posts
    2

    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.

  2. #2
    Join Date
    Dec 2008
    Posts
    2

    Create form

    Done.finished coding successfully...........

  3. #3
    Join Date
    Mar 2009
    Posts
    1

    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

    Quote Originally Posted by techform View Post
    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
  •