Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual FoxPro won't Initialize
Message
From
27/09/2004 02:31:40
 
 
To
27/09/2004 02:22:29
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00946177
Message ID:
00946178
Views:
17
>Hi guys,
>
>I have a problem running my VFP8. The program does not display the main VFP8 window. But if you check it on the Task Manager, it is running.
>
>Any Idea on how to fix this problem?
>
>Thanks in advance...

Hi Mike,

One possible sequence could be
_screen.Visible = .F. && or Screen=Off in a config.fpw
Do Form formXY && with .ShowWindow < 2
Read Events

That way the app would wait for user input without having a visible interface. The solution in this case would be either formXY.ShowWindowe=2 or _screen.Visible=.T.


hth
-Stefan
Previous
Reply
Map
View

Click here to load this message in the networking platform