Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Big forms must Scrolling
Message
From
22/01/2000 19:26:37
 
 
To
22/01/2000 14:04:53
Stefano Monterisi
Sesamo Software S.R.L.
Cerignola (Fg), Italy
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00321317
Message ID:
00321346
Views:
15
>I have big forms. I simulate e-forms with VFP6 but I don't known why VFP forms have scrollbars but don't scroll automatically when user presstab or enter key and goes into non visible part of the form.
>
>How I can have an automatic scrolling of forms where I navigate throught fields?
>
>Anyone have my problem?
>
>Thank you.

how about trying something like this in the gotfocus of textboxes:
thisform.setviewport(0,(int(this.top / thisform.height)) * thisform.height)
Previous
Reply
Map
View

Click here to load this message in the networking platform