Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loss of form Close under menu
Message
From
24/06/2001 08:13:44
 
 
To
24/06/2001 03:55:12
Denis Filer
University of Oxford
United Kingdom
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00522862
Message ID:
00522868
Views:
7
>Sometimes when (large) forms get pushed up too high on the screen, the close box goes under the menu and can't be accessed. If there is no other exit/close button on the form, I can't close it - the only answer is to crash the db. Is it possible to stop this form behaviour? Many thanks in advance.

Hello.

Why do you have such big forms? I really think you should consider redesigning interface.

Anyway, in the init of the forms you can place some code like this:
IF This.Top<0
    This.Top = 0
ENDIF
After that the title bar will not be hidden anymore.

Hope this helps
Grigore Dolghin
Class Software.
Previous
Reply
Map
View

Click here to load this message in the networking platform