Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting Focus
Message
De
28/04/2000 11:00:16
 
Information générale
Forum:
Internet
Catégorie:
VBScript
Titre:
Divers
Thread ID:
00364258
Message ID:
00364485
Vues:
21
>How do set focus to a specific text box on a form in VBScript? Thanks in advance for any help.
>
>Andy Ahrndt
>aahrndt@risklabs.com

In VBScript the syntax is the same as the previous reply shows. You may have to prefix that with your form's name, if you have one:

thisform.myControl.Focus()

(client side script)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform