Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lockscreen & scroll bars
Message
From
20/11/2001 12:28:26
Jim Foderaro
Insurance Rating Systems, Inc.
Universal City, Texas, United States
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00584023
Message ID:
00584039
Views:
34
>Hi,
>
>When you update your screen are you refreshing it? Exactly how are the scrollbars not working and in what version of VFP?
>
>I have a huge form that has scroll bars on the left and right and it gets refreshed quite often. My problem was that when I scrolled my form not all the controls would show. So I added this into my 'Scrolled' method.
>
>
>ThisForm.LockScreen = .T.
>This.Refresh
>DODEFAULT()
>This.Draw()
>ThisForm.LockScreen = .F.
>

>
>I'm not sure if this will help you but it cleared up lots of odd issues on my form.

Hi Bryan,

I'm using VFP6 and yes, I am doing a refresh. I also have had a problem with all of the controls not showing up so I'll try adding the DODEFAULT() and this.draw() to my code.

The scroll bar won't do anything afterwards. Will not scroll th form at all.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform