Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining when a textbox has the focus
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00691459
Message ID:
00691676
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform