Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting Focus
Message
From
28/04/2000 11:00:16
 
General information
Forum:
Internet
Category:
VBScript
Title:
Miscellaneous
Thread ID:
00364258
Message ID:
00364485
Views:
19
>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)
Previous
Reply
Map
View

Click here to load this message in the networking platform