hi all..i'm working on a simple system now..
since i am a beginner and not familar with foxpro coding,
please help me on this..
i have two textbox: txtInputUser and txtInputPass.
if the user click button 'ok', the system will check User_id and Pword from a Passcheck table.
if .txtInputUser.value=User_id and .txtInputPass.value=Pword, then the user can access the system..
if not, need to retry...message box will appear...that's the scenario...
anyone ??