Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form with Visible = .F.
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00818632
Message ID:
00818693
Views:
20
This message has been marked as the solution to the initial question of the thread.
It isn't a bug but rather doc errata. What help says is inapplicable to a form. A form has SHOW() and HIDE() methods to control it's visibilty which should be used instead of Visible property. During form instantiation the following sequence of events and methods fire:
Load
Init
Show
Activate
GotFocus
The one of particular interest is SHOW() method which sets Visible property of the form to True if it was False and activates the form.


>Hi Sergey!
>
>I am confused with this.
>
>In the manual says:
>"To hide an object at startup, set the Visible property to false (. F.) at design time"
>
>I make this with the form and it continues visible at startup
>
>Then that is a bug?
>
>[]'s
>
>Dionísio
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform