Ver Mensaje Individual
  #8 (permalink)  
Antiguo 02/08/2009, 13:02
M1gu3l
 
Fecha de Ingreso: marzo-2008
Mensajes: 44
Antigüedad: 17 años, 1 mes
Puntos: 0
Respuesta: Dudas donde guardar pass

Este codigo lo tengo en otro form:
Código:
Private Sub Command1_Click()
If LeerRegistro(Text1) = vbNullString Then
MsgBox "Necesitas crear una contraseña", vbInformation
Else
MsgBox "Pc Protegido :)", vbInformation
FrmPrincipal.Visible = False
FrmIntroducDatos.Visible = True
End If
End Sub
Y me salta el error variable not defined