This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
from fpw2.6 i have txt file (phone number,text massege),
i want program to run as a service if text file there then connect to sms provider to send sms using internt connection
You could do so as shown here: http://www.example-code.com/foxpro/sms_send.asp
Once you know the mail gateway to use for the phone number, you can use any way to send mails to send SMS.
You find further results googling VFP SMS.
Bye, Olaf.
Olaf Doschke - TMN Systemberatung GmbH http://www.tmn-systemberatung.de
remember make the reply as answer and vote the reply as helpful if it helps.
yes the foxprow program generate the text file and the service read the text file and call the api to send sms
i prefer the service written by visual fox prow