Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer enabled
Message
From
25/06/2012 20:13:23
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01545860
Message ID:
01546893
Views:
50
>I tried to implement this timer (I used this code and not the one you sent me), but I seem to have the exact same problem as I am having with the VFP timer. When I minimize the VFP application and later maximize, the login form is not shown - e.g. it seems like the timer is not firing when the application is not active.

It might be VFP -- possibly when it is minimized no code will run. Have you tried to set a breakpoint in the OnTimerInterval method? You might try sending output via SET DEBUGOUT to a file as well. My guess is that VFP is not running any code; the API would still fire since it is outside of VFP.

You might have to have an outside monitor that is running in the background...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform