Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lockscreen & scroll bars
Message
 
To
20/11/2001 12:52:50
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:
00584079
Views:
34
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
Next
Reply
Map
View

Click here to load this message in the networking platform