Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to eliminate the Foxpro desktop in distributed progr
Message
De
19/10/1998 16:58:10
 
 
À
19/10/1998 16:45:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00148287
Message ID:
00148291
Vues:
33
Harry:

Use a CONFIG.FPW file for the application and enter:

SCREEN=OFF

You will need to make sure that your forms ShowWindow property is either:

1 - In Top-level Form
2 - As Top-level Form


or the form will default to the main VFP window which will not be visible!

You can accomplish the same thing in code with the following line as well:

_VFP.Visible = .F.

however this will *flash* the main VFP window which may be undesirable.

Hope this helps!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform