Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting first field and exiting last
Message
 
À
09/11/1998 23:00:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00155566
Message ID:
00156434
Vues:
37
Thanks, Erik - I didn't think this through. EVAL() is definitely cleaner.

Barbara

>I think a cleaner (and more dependable) way to handle this would be to get an object reference using EVAL, and then call setfocus with that reference:
>
>IF this.name = thisform.lastcontrol
> oControl = EVAL(thisform.FirstControl)
> oControl.setfocus()
>ENDIF
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform