Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to know what object lost the focus
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00260617
Message ID:
00261151
Vues:
18
Jose,

You could make this easier and get rid of the macro

>"command button Finishess(click event)"
>cLastFocus = ThisForm.Lastfocus + '.'
>ThisForm.&cLastFocus.SetFocus

"command button Finishess(click event)"

evaluate( "ThisForm." + thisform.LastFocus + ".SetFocus()" )
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform