Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hiding form initially
Message
 
À
02/07/2002 20:48:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00674786
Message ID:
00675518
Vues:
12
Joe,

Have you tried the NOSHOW clause of the DO FORM command?
CREATE FORM testshow
DO Form testshow NAME oTestShow noshow
oTestShow.BackColor =8421376
otestshow.Show
RELEASE oTestshow
Cheers,

Andrew

>This is probably a simple problem with a simple solution, but I'm cramping.
>
>I want a form to be invisible while the Init method executes, and I do some setup.
>
>I have tried setting the visible property in design mode, explicitly setting it as the first statement in the init method. I have also tried setting the left property to 9000 (so that the form is initially off-screen). Nothing I do makes the form invisible right off the bat.
>
>Any ideas? What am I missing?
>
>Joe


If we were to introduce Visual FoxBase+, would we be able to work from the dotNet Prompt?


From Top 22 Developer Responses to defects in Software
2. "It’s not a bug, it’s a feature."
1. "I thought I fixed that."


All my FoxTalk and other articles are available on my web site.


Unless specifically identified otherwise, anthing posted here is purely my opinion and may or may not reflect the policies or practices of Microsoft.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform