Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer takes over - request advice
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
01162420
Message ID:
01162431
Views:
19
In addition to what the others have said, you could compile the code that does the emailoing as a DLL and instantiate it and fire it off from your timer (it would run asynchronously and not hold up the main app). Or you could compile the emailing code as an exe and instead of using a timer to fire the job, set it up a sheduled task under windows to run every 15 minutes.
Previous
Reply
Map
View

Click here to load this message in the networking platform