Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help convert from _CUROBJ and OBJNUM
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00128943
Message ID:
00128946
Vues:
16
>I do not understand VFP5 use of TabIndex and ActiveControl. Can I get a sample of an event giving control to a specific textbox. VFP help is not helping. TIA

Hi David,

_curobj= objnum(FieldToJumpTo) translates into

FieldToJumpTo.setfocus(), but there is a catch: you cannot do this while in a when() nor while in a valid() clause. You can from a lostfocus() method.

HTH

Marc

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform