-1
I am trying to validate the user and password if they are correct.
The Code is this:
Dim adm As New AdmEngine100.clsUtilizadores
Dim statusLogin As AdmEngine100.clsUtilizadores.EnumLogin
statusLogin = adm.Login(user, PWD)
The error that appears is:
Object reference is not defined as an instance of an object.
What may be missing from the code?
Hello Paulo, with this code it is only difficult to notice the error. Is it an extensibility or integration project? You open the platform?
– Daniel Vieira