Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Password Validation
Message
De
10/05/2008 19:45:56
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Password Validation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01316257
Message ID:
01316257
Vues:
59
I have this inventory program that is done minus a simple password.scx file I have created
and the form works but does not validate anything this is the code I am using on command button OK
if Seek(rtrim(thisform.txtUserID.value), 'Users','UserID') 
   if rtrim(Users.Password) = rtrim(thisform.txtPassword.value)
        * This is a valid user
   else
  
      * The password is not valid
  endif
else
  * The User is not found
endif
	DO FORM C:\HPRC\MANAGEMENT.SCX
	release thisform
Basically there is no validation I am still new to this this is borrowed code all parameters as far as form and layout are correct.

Any ideas???

Thanks in advance


Fred W.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform