Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Button click after textbox valid doesn't fire?
Message
De
03/12/2005 03:36:48
 
 
À
02/12/2005 20:53:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Divers
Thread ID:
01074348
Message ID:
01074547
Vues:
18
>Unfortunately, I'd really like to stay away from the Wait Window for this particular thing and use a messagebox instead.
>
>It looks like Dorin's method is the best way for me.
>

Mine is an explanation not a solution.

Valid is not remarkable.
1. I recommend you to avoid to use NODEFAULT in LOSTFOCUS ( IT IS WRONG )

better:
* txt valid
RETURN thisform.chkTxtBox()
but:
* command gotfocus
if thisform.txtOk  && coming from the textbox
  keyboard '{enter}' PLAIN
endif
thisform.txtOk = .F.  && reset coming from the textbox
destroy keyboard tab moving.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform