Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Activate window?
Message
From
24/08/2006 09:41:43
 
 
To
24/08/2006 09:29:23
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01147895
Message ID:
01148182
Views:
16
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform