Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No window in exe?
Message
 
 
To
30/12/2005 05:19:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01081958
Message ID:
01081970
Views:
7
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform