Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX Communications Controls...

Status
Not open for further replies.

Vienna

Programmer
Joined
Jun 24, 1999
Messages
7
Location
US
I am looking for your suggestions on different ActiveX communications controls. MSComm's control will <br>
allow me to send and receive, but I need something more to dial out.<br>
<br>
Thank you for your suggestions.<br>
<br>
Vienna<br>
<br>

 
In reply to my own question: <br>
<br>
Simply using a line like: <br>
<br>
my_control.Output = "ATDT5559111"+CHR(13)<br>
<br>
will dial you out. <br>
<br>
<br>

 
A further comment that I would like to add:<br>
<br>
if you find that you need to slow down the VFP as it executes your code, try this line:<br>
WAIT WINDOW "commandx" TIMEOUT 2<br>
<br>
This was one of the final pieces I needed to getting a complete login (and then I checked to make sure that it truly was connected).<br>

 
Hi all:
Can we talk to Dialed number with Headset(Mic + Speaker) attched to sound card of PC???
Thanks..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top