Jump to content

[VB2005] necesito ayuda con validación


Recommended Posts

tengo un problema con una validacion

q trae el rut de un usuario y la clave de una base de datos sql2005

 

el problema q tengo q al apretar aceptar sin ingresar ningun dato

igual me dice q se logeo correctamente

 

les dejo mi codigo aer si me pueden ayudar (no me manejo mucho pero creo de tantos errores estoy aprendiendo)

 

Private Sub Aceptar_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Aceptar.Click

Dim vrun As String

Dim vclave As String

vrun = run.Text + "-" + digito.Text

vclave = mida.clave_vendedor(vrun)

 

If vclave = clave.Text Then

MsgBox("Datos Correctos, Perfil Activado")

Principal.PerfilVendedorToolStripMenuItem.Enabled = True

Principal.IngresoToolStripMenuItem.Enabled = False

Else

MsgBox("usuario o clave incorrecto")

End If

End Sub

Link to comment
Share on other sites

gracias pero ya arregle el problema

 

 

tengo otra duda como puedo imprimir los datos q

estan en un richtextbox

 

 

q abajo tenga un simple boton imprimir

y se ponga a imprimir lo q tiene el richtextbox

 

se puede hacer eso??

y como?

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...