Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP5 and _CUROBJ
Message
 
À
25/11/1998 10:15:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00161344
Message ID:
00161386
Vues:
37
Try the following

lnNextControl = THIS.TabIndex+1
IF THISFORM.ControlCount > lnNextControl
THISFORM.CONTROLS(lnNextControl).SETFOCUS
ENDIF

You could also make it more sophisticated by checking to ensure that
THISFORM.CONTROLS(lnNextControl).BASECALASS <> "LABEL" and also <>"CONTAINER" .. etc
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform