Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make a form hidden
Message
From
19/05/2003 18:25:37
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00790208
Message ID:
00790212
Views:
21
This message has been marked as the solution to the initial question of the thread.
have you tried in the MyForm.load():
_Screen.LockScreen = .t.
and in the MyForm.Activate():
ThisForm.Hide()
_Screen.LockScreen = .f.
or you can try:
Do MyForm.scx noshow
hope that was what you're looking for.


>Hi Everybody,
>
>I want to open a form in normal size yet hidden. I tried
>
>
ThisForm.Hide()
>
>In the
Activate()
However, when I do the form, First I will see it, then it goes hidden. What should I do, to make it totaly hidden?
>
>Thank you very much,
>Ali
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform