Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Runs in the background
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01674255
Message ID:
01674261
Views:
78
>I need to make a program that runs in the background, which means that the executable runs but is completely transparent to the user.
>
>About the process, what I am looking for is an ftp connection to upload / download files without the user having the Visual Fox screen before them or by mistake closing the application.
>
>Any suggestion?

Usually these service applications need to be very reliable. To make a really reliable Windows service application it would be better (or at least easier) to do in NET. I have tried to emulate that in VFP before, but it was tedious and never as simple and sturdy as one written in NET. That service should write to the Windows events and log any errors. I also log start/stop events. If it's important enough it should also send emails about its status.
I have implemented an ftp download in C# using some third party library which worked very good, but I don't have it at hand. If you want to go that route I can look it up later for you.
Christian Isberner
Software Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform