Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Basic READ EVENTS stuff
Message
 
 
À
21/06/2009 23:34:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01407483
Message ID:
01407502
Vues:
126
See
- http://www.alvechurchdata.co.uk/foxflash.htm
- http://www.alvechurchdata.co.uk/hints-and-tips/fox101exe.html
- http://www.alvechurchdata.co.uk/hints-and-tips/foxcannotquit.html

>
>I guess I need some basic tutoring on form design:
>
>I have a form that works well in interactive VFP. I have a PRG that executes it thus:
>
>
>DO FORM c:\posprgs\utils\skud.scx
>
>
>The problem occurs when I compile it into an executable EXE file from a project. When I double click on the EXE, it flickers momentarily and that's it.
>
>To solve the problem, I found that the following will work:
>
>
>DO FORM c:\posprgs\utils\skud.scx
>READ events
>
>
>The problem now is that it brings up not only the form itself, but also the VFP window, which refuses to go away even after I press a button and execute the thisform.release() method.
>
>So:
>
>1) Why do I need a READ EVENTSonly in the EXE but not in interactive VFP?
>2) What is the READ EVENTS really doing?
>3) I don't need the VFP window. How can I stop it from displaying and then refusing to go away?
>
>Thanks,
>
>Yossi
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform