Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Password Validation
Message
From
10/05/2008 19:45:56
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Password Validation
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01316257
Message ID:
01316257
Views:
58
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.
Next
Reply
Map
View

Click here to load this message in the networking platform