Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Controlling scroll in scrollable form
Message
From
28/05/2008 16:05:59
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01320087
Message ID:
01320093
Views:
14
>I have a scrollable form and wish to automatically scrolll the form as one tabs from control to control.
>
>Right now the user has to control the scrolling.
>
>How can one do this?

You can SetViewPort(), for example in textboxClass.GotFocus()
Thisform.SetViewPort(1,This.Top)
hth
-Stefan
Previous
Reply
Map
View

Click here to load this message in the networking platform