Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lockscreen & scroll bars
Message
From
20/11/2001 15:25:06
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:
00584171
Views:
35
Everyting works if I leave the lockscreen out. I've been playing around with it and have got it to work when using the form object from the _base classes. In this particular app, I've subclassed the _base class form object. I'll have to figure out what I might have broken when I did that.


Jim

>If you leave out the lockscreen when you refresh your form does everything work? Have you tried toggling the scrollabars property?
>
>Perhaps try something like this:
>
>--- code ---
>
>thisform.lockscreen = .T.
>
>** Update your code here
>
>thisform.refresh
>
>thisform.lockcreen = .F.
>
>thisform.scrollbars = 2
>thisform.refresh
>
>--- end code ---
>
>
Previous
Reply
Map
View

Click here to load this message in the networking platform