Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SetFocus() doing its own thing...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00382456
Message ID:
00382520
Vues:
18
Kile,
Put the code in the LostFocus() not the keypress. Then add a NODEFAULT command (before the new SetFocus() command so VFP doesn't move to the next control in the Tab Order.
IF (correct item in listbox)
     NODEFAULT
     Thisform.Page.Pageframe.AppropriateContainer.cmdEdit.SetFocus()
 ENDIF
HTH
Barbara


>SetFocus is messing with me...
Barbara Paltiel, Paltiel Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform