Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dialing a phone in VFP 6.0
Message
From
11/10/1998 13:09:01
 
 
To
10/10/1998 10:47:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00145584
Message ID:
00145759
Views:
35
Thanks for the code snippet. It works great!

BTW, I couldn't find any documentation for any of the comm functions in FoxTools in VFP help. Any idea where they are?

----
>>A client wants an app that'll run through their Leads table, and allow their telemarkets to dial the phone number in the current record.

>

>IF !( 'FOXTOOLS' $ UPPER(SET('LIBRARY')) )
> SET LIBRARY TO HOME() + "FOXTOOLS" ADDI
> ENDIF


opencomm = RegFn("OpenComm", "CII", "I",'User.exe')
writecomm = RegFn("WriteComm", "ICI", "I",'User.exe')
closecomm = RegFn("CloseComm", "I", "I",'User.exe')

lnport = CallFn(OpenComm,lccomport, 100, 100)

..snip...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform