Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Activate window?
Message
De
24/08/2006 09:41:43
 
 
À
24/08/2006 09:29:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01147895
Message ID:
01148182
Vues:
15
>Strange,
>your code perfetly work in VFP IDE when I test.. but now work in EXE :(
>but I use SCREEN ON and visible and no top level forms here.

It works for me here, I create a project with just the prg, modified like this:
On Shutdown Do ONSHUTDOWN

Public oForm
oForm = Newobject("ffw")
oForm.Show()
Read Events

Procedure ONSHUTDOWN
Clear Read
Quit

Define Class ffw As Form
.
.
.
Compiled into an EXE and it works.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform