Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Basic Question compiled APP flashes and goes
Message
De
28/10/2004 12:00:04
 
 
À
28/10/2004 11:43:23
Carl Dobson
Reference Point Computers
Overbury, Tewks, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP
Divers
Thread ID:
00955262
Message ID:
00955342
Vues:
19
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform