Everyone of us who are working with customers do have customers now and then who aren't paying their invoices.
Therefor I want to develop a remote blocking system so I am able to block an application on a customers PC whenever I want to do that.
To get this, I have this idea :
Every customer of mine do have a customer number. If I put a file on my website (for instance "12345.TXT" for customer nr. 12345), I want to check if this file exists. If it exists, the application is blocked until I delete the file on my website.
My problem is : how can I check if a file is existing on a website ?
I tried to use this code :
- Code: Select all Expand view
IF FILE("http://www.mywebsite.be/12345.txt")
but unfortunately (but also understandable), this isn't working.
How can I check the existance of a file on a website in FWH ?
Or does anyone have another idea for any system to block an application remotely ?
Thank you very much in advance for any help.
Regards,[/quote][/code]