Results 1 to 5 of 5

Thread: Login

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Pilipinas
    Posts
    441

    Login

    Using this code to Log in

    'Filter
    DataSet11.User.DefaultView.RowFilter = "UserName = '" & TextBox1.Text & "' And Password='" & TextBox2.Text & "'"

    If DataSet11.User.Count = 1 Then
    Dim aForm As New MDIForm()
    aForm.Show()
    End If

    I have already the correct UserName and Password but I can't log in. Attached with this is the Project that I am doing. Please check it..

    Kindly help me to do this? Or any other idea to make my Login more presentable.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width