Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lockscreen & scroll bars
Message
De
20/11/2001 12:28:26
Jim Foderaro
Insurance Rating Systems, Inc.
Universal City, Texas, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00584023
Message ID:
00584039
Vues:
35
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform