How do I get foxpro 6.0 to dial customer's phone no?
I try run echo "ATDT1"+Customer->phoneno+">COM3".
Nothing happens.Someone suggests I use code below:
MSComm1.CommPort=3
MSComm1.PortOpen=True
MSComm1.OutPut="ATDT1"+Customer->phoneno
The above uses Customer.dbf with character field phoneno
eg 602-555-1212. I tried above,didn't work.
My e-mail address is BRAINYDRAGON@MSN.com
I try run echo "ATDT1"+Customer->phoneno+">COM3".
Nothing happens.Someone suggests I use code below:
MSComm1.CommPort=3
MSComm1.PortOpen=True
MSComm1.OutPut="ATDT1"+Customer->phoneno
The above uses Customer.dbf with character field phoneno
eg 602-555-1212. I tried above,didn't work.
My e-mail address is BRAINYDRAGON@MSN.com