DEV Community

Tuckedo
Tuckedo

Posted on

1

I'm trying to perform a validation of username and password, I'm not able to understand the problem? How do I fix this?

I'm trying to validate the username and password, when I call the GetUsername() and GetPassword() function through the debugger, it's printing the values which are appropriate but when I type the same values in the program, it shows incorrect username or password.

Private Sub cmdLogin_Click()
  Dim ReturnVal As Integer
  Dim

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay