Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SCREEN=OFF
Message
De
09/10/1997 20:06:16
 
 
À
09/10/1997 10:04:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00053731
Message ID:
00053986
Vues:
34
>>Hi,
>>
>>SCREEN=OFF in CONFIG.FPW hides my forms in addition to
>>FoxPro's desktop screen.
>>
>>I know the application is running because I can see it
>>listed on the task menu.
>>
>>Environment: VFP 5 on Windows'95
>
>
>Are your forms set to be "on desktop"?

***********************************

Thank you Craig & Michel..

Acting on Michel's tip I modified my calling program with those
_screen lines. There should be a way to get rid of FoxPro DeskTop
completely. Anyone?

*-------begins

SET SYSMENU OFF

_screen.width = 0
_screen.height = 0
_screen.autocenter = .t.
_screen.maxbutton = .f.
_screen.visible = .t.

DO FORM AARON3 && a formset with DeskTop property
&& .. of all forms set to .t.
READ EVENTS
ON SHUTDOWN
SET SYSMENU TO DEFAULT
Real office automation starts with hiring a programmer!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform