Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Commands to Hide screen
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01382417
Message ID:
01382533
Vues:
41
1) Make a modeless form with WindowType=0 and ShowWindow=2.
2) Start your main prg with _SCREEN.VISIBLE=.F. at the beginning.
3) Later in prg call your form by

DO FORM AnyForm
READ EVENTS

4) To exit form put CLEAR EVENTS into Form.Unload method.

As a result you will see your form on a desktop without any VFP screen. If necessary, you may call _SCREEN.VISIBLE=.T.in your code to show screen again.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform