Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Basic Question compiled APP flashes and goes
Message
From
28/10/2004 12:00:04
 
 
To
28/10/2004 11:43:23
Carl Dobson
Reference Point Computers
Overbury, Tewks, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Miscellaneous
Thread ID:
00955262
Message ID:
00955342
Views:
18
>ok my bad - its late in the day created the fpw file with screen = OFF and now nothing comes on screen ??? :'( any other tips ?

In your main program
Do FORM YourMainForm
READ EVENTS
In config.fpw
SCREEN = OFF
Properties for YourMainForm
.WINDOWTYPE = 0 && MODELESS
.SHOWWINDOW = 2 && AS TOP LEVEL FORM
.VISIBLE = .T.
.ENABLED = .T.
Also you might check to be sure that you are not returning .F. from LOAD or INIT events of the form. That will shortcircuit instantiation and exit. You should also have a ON SHUTDOWN procedure and CLEAR EVENTS somewhere to allow proper exit.

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform