Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disable the VFP Screen with an EXE
Message
De
30/10/2011 19:23:28
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
30/10/2011 13:21:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01527625
Message ID:
01527646
Vues:
128
This message has been marked as the solution to the initial question of the thread.
>>>Hi All:
>>>
>>>Once I create an EXE from a project, how do I stop the VFP screen appearing when the user invokes the EXE?
>>>
>>>Thanks,
>>>
>>>Yossi
>>
>>Put
>>SCREEN = OFF
>>
>>in the config.fpw
>
>When I do that, there is NOTHING visible and I have to kill the exe from the task manager.

All your forms probably have .ShowWindow=0 (in screen), and since screen is made invisible, so are they. You need to have either a main form which will have .ShowWindow=2 (as top level form) and others to show either as top level forms or in top level form. Also, having .desktop=.t. may be needed for the top form (not sure whether you have to have it for it to show at all, or just to have it show in task manager and on the windows toolbar).

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform