Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Login form - simple question
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00654315
Message ID:
00654392
Views:
14
>
>Interesting... However, what if he/she types password, then decides to go back to User ID field? :)

You can check the last key pressed.
*** txtPassword.LostFocus()***
IF LASTKEY() = 13
  this.parent.cmdLogin.Click()
ENDIF
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform