Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining when a textbox has the focus
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00691459
Message ID:
00691676
Views:
19
Create a textbox class as follows:
DEFINE CLASS txt AS Textbox

  lHasFocus = .F.

  PROCEDURE GotFocus()
    This.lHasFocus = .T.
  ENDPROC

  PROCEDURE LostFocus()
    This.lHasFocus = .F.
  ENDPROC

ENDDEFINE
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform