Page 4 of 4 FirstFirst 1234
Results 121 to 126 of 126

Thread: [RESOLVED] Please Help!! Im on a deadline and I cant figure this out!!

  1. #121
    PowerPoster
    Join Date
    Nov 2017
    Posts
    3,116

    Re: Please Help!! Im on a deadline and I cant figure this out!!

    Yeah, it should. Give me 2 minutes to check something.

  2. #122
    PowerPoster
    Join Date
    Nov 2017
    Posts
    3,116

    Re: Please Help!! Im on a deadline and I cant figure this out!!

    Still looking.

  3. #123
    PowerPoster
    Join Date
    Nov 2017
    Posts
    3,116

    Re: Please Help!! Im on a deadline and I cant figure this out!!

    Somewhere along the line your arrUsername() and arrPassword() declarations got messed up. They should look like this:

    Code:
      Dim arrUsernames() As String = {"Admin", "Clerk", "Manager"}
      Dim arrPasswords() As String = {"P@ssword", "pa$$word", "passw0rd"}
    Note that each username and password are enclosed in quotes and separated by commas.

    Once that is corrected it should be working.

  4. #124
    PowerPoster
    Join Date
    Nov 2017
    Posts
    3,116

    Re: Please Help!! Im on a deadline and I cant figure this out!!

    Taking all of the code you posted and making the correction that I reference above I got the program to work properly, testing with valid username/password, valid username and invalid password, and invalid username.

    So once you make that final change it should all be working.

  5. #125

    Thread Starter
    Addicted Member
    Join Date
    Jan 2018
    Posts
    136

    Re: Please Help!! Im on a deadline and I cant figure this out!!

    Quote Originally Posted by OptionBase1 View Post
    Taking all of the code you posted and making the correction that I reference above I got the program to work properly, testing with valid username/password, valid username and invalid password, and invalid username.

    So once you make that final change it should all be working.
    ok I fixed that..But now its saying on line 4 of my main code EXPRESSION EXPECTED BC30201??

  6. #126

    Thread Starter
    Addicted Member
    Join Date
    Jan 2018
    Posts
    136

    Re: Please Help!! Im on a deadline and I cant figure this out!!

    Quote Originally Posted by OptionBase1 View Post
    Taking all of the code you posted and making the correction that I reference above I got the program to work properly, testing with valid username/password, valid username and invalid password, and invalid username.

    So once you make that final change it should all be working.
    Oh never mind I fixed it!! It works great thank you so much again!! lol

Page 4 of 4 FirstFirst 1234

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