Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No window in exe?
Message
 
 
À
30/12/2005 05:19:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01081958
Message ID:
01081970
Vues:
9
Try
WITH _SCREEN
	.Left = -10000
	.Top = -10000
	_SCREEN.Visible = .T.
	GETFILE()
	_SCREEN.Visible = .F.
ENDWITH 	
>I have a small exe application using only prg's. I has just changed by putting a getfile() function in one of the prg's. Now the "open" window the getfile generates won't disappear. I use the config.fpw with a line screen=off.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform